diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-10-31 10:39:03 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2024-10-31 10:39:48 -0700 |
| commit | 88591aa0ca7e4d99da353d49f91ea63e43fb55e0 (patch) | |
| tree | 861827b3c0b37ad650e8bb4a4e3e5f56b731ab10 /lldb/test/Shell/ScriptInterpreter/Python/Crashlog | |
| parent | a9a8351ef181610559687679a40efe24649f9600 (diff) | |
| download | llvm-88591aa0ca7e4d99da353d49f91ea63e43fb55e0.zip llvm-88591aa0ca7e4d99da353d49f91ea63e43fb55e0.tar.gz llvm-88591aa0ca7e4d99da353d49f91ea63e43fb55e0.tar.bz2 | |
[lldb] Remove lldb-repro utility
Remove lldb-repro which was used to run the test suite against a
reproducer. The corresponding functionality has been removed from LLDB
so there's no need for the tool anymore.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/Crashlog')
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg index b72b294..52bffae 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg @@ -1,9 +1,6 @@ if 'system-darwin' not in config.available_features: config.unsupported = True -if 'lldb-repro' in config.available_features: - config.unsupported = True - config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = "" # Temporary parallel image loading deadlock workaround |
