llvm-6502/test/MC/ARM/lit.local.cfg

7 lines
155 B
INI
Raw Normal View History

config.suffixes = ['.ll', '.c', '.cpp', '.s']
targets = set(config.root.targets_to_build.split())
if not 'ARM' in targets:
config.unsupported = True