X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FParallelJIT%2FCMakeLists.txt;h=07c0a085b91f63bbc723038ee9df0dd71714ad11;hp=8673917f5589d7da3d21818051dbbf166d9bd24e;hb=ac6ac4cb6c567726b5ea8c823906a4ab6c8c089a;hpb=aa5b9c0f6f3a99f955fe0ded13d61d7eb4e1a0b5 diff --git a/examples/ParallelJIT/CMakeLists.txt b/examples/ParallelJIT/CMakeLists.txt index 8673917f558..07c0a085b91 100644 --- a/examples/ParallelJIT/CMakeLists.txt +++ b/examples/ParallelJIT/CMakeLists.txt @@ -2,7 +2,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter - JIT + MC Support nativecodegen )