diff options
-rw-r--r-- | lldb/test/Shell/Reproducer/lit.local.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/Reproducer/lit.local.cfg b/lldb/test/Shell/Reproducer/lit.local.cfg new file mode 100644 index 00000000000..5659f1baa06 --- /dev/null +++ b/lldb/test/Shell/Reproducer/lit.local.cfg @@ -0,0 +1,2 @@ +# Enable crash reports for the reproducer tests. +del config.environment['LLVM_DISABLE_CRASH_REPORT'] |