bolt/deps/llvm-18.1.8/llvm/test/tools/lto/lit.local.cfg
2025-02-14 19:21:04 +01:00

6 lines
284 B
INI

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"