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

6 lines
158 B
INI

if not ("X86" in config.root.targets):
# We need support for X86.
config.unsupported = True
config.suffixes.add(".asm")
config.suffixes.add(".blah")