• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config.suffixes = ['.ll']
2
3if not 'AArch64' in config.root.targets:
4    config.unsupported = True
5