mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
9cb3d9d08c
llvm-svn: 166802
7 lines
149 B
INI
7 lines
149 B
INI
config.suffixes = ['.ll', '.c', '.cpp']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|
|
|