mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 11:08:27 +00:00
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
|