mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
46ead41fe9
llvm-svn: 162819
6 lines
137 B
INI
6 lines
137 B
INI
config.suffixes = ['.test']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'Mips' in targets:
|
|
config.unsupported = True
|