From 45d54ec14efdc7733d27c66bf808d30eb09a5bd9 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 20 Nov 2012 10:49:01 +0000 Subject: [PATCH] llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready. llvm-svn: 168364 --- llvm/test/ExecutionEngine/MCJIT/lit.local.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg index 7bcb9ae..fc29f65 100644 --- a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/llvm/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 -- 2.7.4