Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / lto / lit.local.cfg
blobd9769af93d2f461f6eba4a7759d40ab2b94a90a3
1 if not ("ld64_plugin" in config.available_features and "X86" in config.root.targets):
2     config.unsupported = True
4 # These tests invoke ld64 from the system, which is not leak-free
5 if "Address" in config.llvm_use_sanitizer:
6     config.environment["ASAN_OPTIONS"] = "detect_leaks=0"