[Orc] Disable Orc C API unit tests on non-Darwin while I investigate more

builder failures.

llvm-svn: 251484
This commit is contained in:
Lang Hames 2015-10-28 03:12:51 +00:00
parent 130a7c4152
commit 310a5bacb2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
const Triple& TT = TM->getTargetTriple();
if (TT.getArch() == Triple::x86_64)
if (TT.getArch() == Triple::x86_64 && TT.isOSDarwin())
return std::move(TM);
return nullptr;