6 lines
99 B
INI
6 lines
99 B
INI
|
config.suffixes = ['.ll']
|
||
|
|
||
|
if not 'AArch64' in config.root.targets:
|
||
|
config.unsupported = True
|
||
|
|