Files
clang-p2996/lldb/test/Shell/Reproducer/lit.local.cfg
Jonas Devlieghere d1828937ed [lldb] Remove references to LLDB_CAPTURE_REPRODUCER
Remove the remaining references to LLDB_CAPTURE_REPRODUCER. I removed
the functionality in an earlier commit but forgot that there was a
corresponding test and logic to unset it in our test suite.
2021-03-31 21:42:00 -07:00

10 lines
311 B
INI

# Enable crash reports for the reproducer tests.
if 'LLVM_DISABLE_CRASH_REPORT' in config.environment:
del config.environment['LLVM_DISABLE_CRASH_REPORT']
if 'system-windows' in config.available_features:
config.unsupported = True
if 'lldb-repro' in config.available_features:
config.unsupported = True