forked from OSchip/llvm-project
Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.
llvm-svn: 157725
This commit is contained in:
parent
76927ee56d
commit
c13ed945aa
|
|
@ -0,0 +1,6 @@
|
|||
config.suffixes = ['.txt']
|
||||
|
||||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'Mips' in targets:
|
||||
config.unsupported = True
|
||||
|
||||
Loading…
Reference in New Issue