diff options
| author | Jim Grosbach <grosbach@apple.com> | 2012-09-06 03:24:09 +0000 | 
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2012-09-06 03:24:09 +0000 | 
| commit | 2c1b00a991db9961b48281d61ab6ea20caaa3911 (patch) | |
| tree | d232dd8fcf5c731c505650e51f3a5d42e5799752 | |
| parent | ffa157177ef55e630716d02b2ca97f472929da1a (diff) | |
| download | bcm5719-llvm-2c1b00a991db9961b48281d61ab6ea20caaa3911.tar.gz bcm5719-llvm-2c1b00a991db9961b48281d61ab6ea20caaa3911.zip | |
Revert "Enable MCJIT tests on Darwin."
This reverts commit 163278.
Works OK on x86_64, but not i386. Will re-enable when that's cleared up.
llvm-svn: 163290
| -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 f82e8d26dcc..2980ce70811 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', 'Mips']:      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 | 

