forked from OSchip/llvm-project
c1f1db8502
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. |
||
---|---|---|
.. | ||
bindings | ||
cmake | ||
docs | ||
examples | ||
include/lldb | ||
packages/Python | ||
resources | ||
scripts | ||
source | ||
test | ||
third_party/Python/module | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.txt | ||
LICENSE.TXT | ||
use_lldb_suite_root.py |