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.
8 lines
250 B
INI
8 lines
250 B
INI
if 'system-darwin' not 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"] = ""
|