xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg (revision 88591aa0ca7e4d99da353d49f91ea63e43fb55e0)
1if 'system-darwin' not in config.available_features:
2  config.unsupported = True
3
4config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = ""
5
6# Temporary parallel image loading deadlock workaround
7config.environment["NO_PARALLEL_IMG_LOADING"] = ""
8