lit.local.cfg revision dce4a407a24b04eebc6a376f8e62b41aaa7b071f
1targets = set(config.root.targets_to_build.split())
2if 'AArch64' not in targets:
3    config.unsupported = True
4
5