1 # Enable crash reports for the reproducer tests.
2 if 'LLVM_DISABLE_CRASH_REPORT' in config.environment:
3 del config.environment['LLVM_DISABLE_CRASH_REPORT']
5 if 'LLDB_CAPTURE_REPRODUCER' in config.environment:
6 del config.environment['LLDB_CAPTURE_REPRODUCER']