From 3ca7b6b0782824442218948e563f469bc5969cd4 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Wed, 7 Sep 2011 09:44:27 -0700 Subject: [PATCH] Remove MCJIT stuff from ispc_test (fix Linux build) --- ispc_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ispc_test.cpp b/ispc_test.cpp index 0cc544e4..79059fea 100644 --- a/ispc_test.cpp +++ b/ispc_test.cpp @@ -357,8 +357,6 @@ static bool lRunTest(const char *fn) { int main(int argc, char *argv[]) { llvm::InitializeNativeTarget(); #if defined(LLVM_3_0) || defined(LLVM_3_0svn) - llvm::InitializeAllTargetMCs(); - LLVMLinkInMCJIT(); LLVMLinkInJIT(); #endif