llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Nov 2012 10:49:01 +0000 (10:49 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Nov 2012 10:49:01 +0000 (10:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168364 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/lit.local.cfg

index 7bcb9ae82cad358a466ef1a6bce5d3160dd769a5..fc29f651aa1f47688431bdd33c324386e52f7444 100644 (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