From: NAKAMURA Takumi Date: Tue, 20 Nov 2012 10:49:01 +0000 (+0000) Subject: llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fecc368beb1dc73b3a799e270cdc0153f73991ad;p=oota-llvm.git llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168364 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg index 7bcb9ae82ca..fc29f651aa1 100644 --- a/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -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