[llvm-commits] [llvm] r168364 - /llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 20 02:49:01 PST 2012


Author: chapuni
Date: Tue Nov 20 04:49:01 2012
New Revision: 168364

URL: http://llvm.org/viewvc/llvm-project?rev=168364&view=rev
Log:
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg?rev=168364&r1=168363&r2=168364&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg Tue Nov 20 04:49:01 2012
@@ -19,3 +19,6 @@
 
 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





More information about the llvm-commits mailing list