[MCJIT] Enable MCJIT regression tests on Darwin.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
index 35af417bf14746ec913c43d920a1624e9d3609ac..901f142d09cdf2abac876e5d05fcd9c5410b876f 100644 (file)
@@ -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);
   }