Nuke the old JIT.
[oota-llvm.git] / examples / ParallelJIT / CMakeLists.txt
index fbdc6e5fc10b4ecc2516737566bba566e06181b0..3c489e83027bdf09c50c45788fcb081ff6fdcd6b 100644 (file)
@@ -1,4 +1,10 @@
-set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
+set(LLVM_LINK_COMPONENTS
+  Core
+  ExecutionEngine
+  Interpreter
+  Support
+  nativecodegen
+  )
 
 add_llvm_example(ParallelJIT
   ParallelJIT.cpp