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

3 lines
136 B
INI
Raw Normal View History

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