Files
clang-p2996/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg
Med Ismail Bennani d09231a422 [lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)
This PR removes the `target-aarch64` requirement on the crashlog tests
to exercice them on Intel bots and make image loading single-threaded
temporarily while implementing a fix for a deadlock issue when loading
the images in parallel.

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
2024-06-06 12:17:00 -07:00

11 lines
325 B
INI

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
config.environment["NO_PARALLEL_IMG_LOADING"] = ""