You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if not ('ld64_plugin' in config.available_features and 'X86' in config.root.targets):
|
|
config.unsupported = True
|
|
|
|
# These tests invoke ld64 from the system, which is not leak-free
|
|
if "Address" in config.llvm_use_sanitizer:
|
|
config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
|