aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-ml/lit.local.cfg
blob: e7b7d78f22aca13d94edf0d199a7c76e3a254f8f (plain)
1
2
3
4
5
6
if not ("X86" in config.root.targets):
    # We need support for X86.
    config.unsupported = True

config.suffixes.add(".asm")
config.suffixes.add(".blah")