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