summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-03-31 20:48:52 +0000
committerLang Hames <lhames@gmail.com>2015-03-31 20:48:52 +0000
commit95e38baa525f50ab8e3a5db82e1f22ef78e5af14 (patch)
tree06e0fcdf913eca85ed389d441f4c8b6ae92943e4
parent17b6d77a5ffa763b3be816b4bd722095acad9380 (diff)
downloadbcm5719-llvm-95e38baa525f50ab8e3a5db82e1f22ef78e5af14.tar.gz
bcm5719-llvm-95e38baa525f50ab8e3a5db82e1f22ef78e5af14.zip
[MCJIT] Enable MCJIT regression tests on Darwin.
Commit r233747 fixed the issue that had been blocking this. llvm-svn: 233750
-rw-r--r--llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
index 35af417bf14..901f142d09c 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
+++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
@@ -308,11 +308,6 @@ protected:
SupportedSubArchs.push_back("armv6");
SupportedSubArchs.push_back("armv7");
- // The operating systems below are known to be incompatible with MCJIT as
- // they are copied from the test/ExecutionEngine/MCJIT/lit.local.cfg and
- // should be kept in sync.
- UnsupportedOSs.push_back(Triple::Darwin);
-
UnsupportedEnvironments.push_back(Triple::Cygnus);
}
OpenPOWER on IntegriCloud