brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · d9769af Raw
7 lines · plain
1if not ("ld64_plugin" in config.available_features and "X86" in config.root.targets):2    config.unsupported = True3 4# These tests invoke ld64 from the system, which is not leak-free5if "Address" in config.llvm_use_sanitizer:6    config.environment["ASAN_OPTIONS"] = "detect_leaks=0"7