forked from OSchip/llvm-project
5 lines
112 B
INI
5 lines
112 B
INI
|
targets = set(config.root.targets_to_build.split())
|
||
|
if not 'SystemZ' in targets:
|
||
|
config.unsupported = True
|
||
|
|