1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.

llvm-svn: 168364
This commit is contained in:
NAKAMURA Takumi 2012-11-20 10:49:01 +00:00
parent f6c8834e87
commit af8d10bdd1

View File

@ -19,3 +19,6 @@ if root.host_arch not in ['x86', 'x86_64', 'ARM', 'Mips', 'PowerPC']:
if root.host_os in ['Darwin']:
config.unsupported = True
if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
config.unsupported = True