mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 16:02:52 +01:00
4ca961430f
The new target machines are: nvptx (old ptx32) => 32-bit PTX nvptx64 (old ptx64) => 64-bit PTX The sources are based on the internal NVIDIA NVPTX back-end, and contain more functionality than the current PTX back-end currently provides. NV_CONTRIB llvm-svn: 156196
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
|