aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Regex.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2020-07-02 15:27:25 +0200
committerPavel Labath <pavel@labath.sk>2020-07-02 15:51:20 +0200
commitc1f1db8502f1fc788eefeafd3dc225bd287ee4b9 (patch)
tree07eb88b8f1f24be9072a1071e1e5186f9725f2a2 /llvm/lib/Support/Regex.cpp
parente0968ad45948d5b7a89c468576e660381c88148f (diff)
downloadllvm-c1f1db8502f1fc788eefeafd3dc225bd287ee4b9.zip
llvm-c1f1db8502f1fc788eefeafd3dc225bd287ee4b9.tar.gz
llvm-c1f1db8502f1fc788eefeafd3dc225bd287ee4b9.tar.bz2
[lldb] Add a host-independent test for handling -flimit-debug-info
This complements the existing TestLimitDebugInfo.py, which tests this scenario more comprehensively, but is not able to run on all hosts. Specifically, it's hard to trigger this code from windows because clang tries hard to ensure that debug info for types marked with __declspec(dllexport) is emitted even under -flimit-debug-info (and dllexport is needed to use a type across shared libraries). This assembly-based test serves two purposes: - it tests that -flimit-debug-info code path works for windows binaries (even though the aforementioned feature means its less likely to be used there) - it gives basic test coverage for the -flimit-debug-info handling code when running the test suite on windows hosts.
Diffstat (limited to 'llvm/lib/Support/Regex.cpp')
0 files changed, 0 insertions, 0 deletions