1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fixup r296105 - only run tests on Mips

llvm-svn: 296111
This commit is contained in:
Diana Picus 2017-02-24 12:47:11 +00:00
parent b9a9904be5
commit 859a09033e

View File

@ -0,0 +1,3 @@
if not 'Mips' in config.root.targets:
config.unsupported = True