summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/lit.local.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-20 10:49:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-20 10:49:01 +0000
commitfecc368beb1dc73b3a799e270cdc0153f73991ad (patch)
treed4b4fc15f14b386e2cdc0e14ff11bef9c7f0407b /test/ExecutionEngine/MCJIT/lit.local.cfg
parent638d2d74bc4d9e972aed6479889a894d74e838ba (diff)
downloadllvm-fecc368beb1dc73b3a799e270cdc0153f73991ad.tar.gz
llvm-fecc368beb1dc73b3a799e270cdc0153f73991ad.tar.bz2
llvm-fecc368beb1dc73b3a799e270cdc0153f73991ad.tar.xz
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
Diffstat (limited to 'test/ExecutionEngine/MCJIT/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg
index 7bcb9ae82c..fc29f651aa 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