Files
llvm-6502/test/MC/Disassembler/Sparc/lit.local.cfg
Venkatraman Govindaraju 9429f47d83 [Sparc] Add initial implementation of disassembler for sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198591 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-06 08:08:58 +00:00

5 lines
110 B
INI

targets = set(config.root.targets_to_build.split())
if not 'Sparc' in targets:
config.unsupported = True