llvm-for-llvmta/test/tools/llvm-ml/lit.local.cfg
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

6 lines
129 B
INI

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