[llvm-commits] [llvm] r157035 - /llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
Danil Malyshev
dmalyshev at accesssoftek.com
Thu May 17 17:30:58 PDT 2012
Author: danil
Date: Thu May 17 19:30:58 2012
New Revision: 157035
URL: http://llvm.org/viewvc/llvm-project?rev=157035&view=rev
Log:
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a problems with relocations for 32bit x86.
Modified:
llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg?rev=157035&r1=157034&r2=157035&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg Thu May 17 19:30:58 2012
@@ -16,5 +16,5 @@
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
More information about the llvm-commits
mailing list