diff options
author | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-05-18 00:30:58 +0000 |
---|---|---|
committer | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-05-18 00:30:58 +0000 |
commit | cd492b0a989cea8c18f5858c6a91a23e42a808e5 (patch) | |
tree | 630c43c4332a228a93c6ccb99c23fea46f09a80c | |
parent | b4bef15ae625f8886d48796d9cfa313385bc5be5 (diff) | |
download | bcm5719-llvm-cd492b0a989cea8c18f5858c6a91a23e42a808e5.tar.gz bcm5719-llvm-cd492b0a989cea8c18f5858c6a91a23e42a808e5.zip |
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a problems with relocations for 32bit x86.
llvm-svn: 157035
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg index 4ce788f7140..ba81a449463 100644 --- a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -16,5 +16,5 @@ else: if root.host_arch not in ['x86', 'x86_64', 'ARM']: config.unsupported = True -if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows']: +if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']: config.unsupported = True |