diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-20 10:49:01 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-20 10:49:01 +0000 |
commit | 45d54ec14efdc7733d27c66bf808d30eb09a5bd9 (patch) | |
tree | b1544643a275025502af64ab140bdf1caea14df9 /llvm/test/ExecutionEngine/MCJIT | |
parent | 97f2e8f4ea3a4a459c7a7813e9f8daccbb8231aa (diff) | |
download | bcm5719-llvm-45d54ec14efdc7733d27c66bf808d30eb09a5bd9.tar.gz bcm5719-llvm-45d54ec14efdc7733d27c66bf808d30eb09a5bd9.zip |
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
llvm-svn: 168364
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg index 7bcb9ae82ca..fc29f651aa1 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 |