lit.local.cfg 138 B

12345
  1. config.suffixes = ['.ll']
  2. targets = set(config.root.targets_to_build.split())
  3. if not 'AArch64' in targets:
  4. config.unsupported = True