mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
462f346f2c
llvm-svn: 170083
6 lines
154 B
INI
6 lines
154 B
INI
config.suffixes = ['.ll', '.c', '.cpp', '.s']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|