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

12 lines
335 B
INI

import os
if not "X86" in config.root.targets:
config.unsupported = True
if config.llvm_use_sanitizer:
suppr = os.path.join(
os.path.dirname(os.path.realpath(__file__)), "suppressions.txt"
)
config.environment["LSAN_OPTIONS"] = "suppressions={}".format(suppr)
config.suffixes = [".test", ".cpp", ".m", ".s"]