xref: /llvm-project/llvm/test/tools/lto/lit.local.cfg (revision f84bac329ba6c9f0c022bcf77237e912362e247a)
1if not ("ld64_plugin" in config.available_features and "X86" in config.root.targets):
2    config.unsupported = True
3
4# These tests invoke ld64 from the system, which is not leak-free
5if "Address" in config.llvm_use_sanitizer:
6    config.environment["ASAN_OPTIONS"] = "detect_leaks=0"
7