X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FParallelJIT%2FCMakeLists.txt;h=07c0a085b91f63bbc723038ee9df0dd71714ad11;hp=fbdc6e5fc10b4ecc2516737566bba566e06181b0;hb=ac6ac4cb6c567726b5ea8c823906a4ab6c8c089a;hpb=3a210e2d302758101ac06946e86027b327c7d0f3 diff --git a/examples/ParallelJIT/CMakeLists.txt b/examples/ParallelJIT/CMakeLists.txt index fbdc6e5fc10..07c0a085b91 100644 --- a/examples/ParallelJIT/CMakeLists.txt +++ b/examples/ParallelJIT/CMakeLists.txt @@ -1,4 +1,11 @@ -set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) +set(LLVM_LINK_COMPONENTS + Core + ExecutionEngine + Interpreter + MC + Support + nativecodegen + ) add_llvm_example(ParallelJIT ParallelJIT.cpp