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=fff361d60b64ac8ee9fcb523872aa7beea8ab8e1;hpb=3aabdebde23415b488c9b8f4f470ab3e0ec81176 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 )