forked from OSchip/llvm-project
7 lines
153 B
INI
7 lines
153 B
INI
|
config.suffixes = ['.ll', '.c', '.cpp']
|
||
|
|
||
|
targets = set(config.root.targets_to_build.split())
|
||
|
if not 'AArch64' in targets:
|
||
|
config.unsupported = True
|
||
|
|