blob: 7f4022768c87d0854959717295b4dc73e49cb1fa [file] [log] [blame]
# Enable crash reports for the reproducer tests.
if 'LLVM_DISABLE_CRASH_REPORT' in config.environment:
del config.environment['LLVM_DISABLE_CRASH_REPORT']
# Unset the always capture environment override.
if 'LLDB_CAPTURE_REPRODUCER' in config.environment:
del config.environment['LLDB_CAPTURE_REPRODUCER']
if 'lldb-repro' in config.available_features:
config.unsupported = True