Reinstate "Nuke the old JIT."
[oota-llvm.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
index 2e15a5f7dfc60b10639fc26ef71be543c3fd53af..d36f03090e5b0a3efb15cbdd0e39c49dd85f90bf 100644 (file)
@@ -1,4 +1,13 @@
-set(LLVM_LINK_COMPONENTS core jit interpreter native)
+set(LLVM_LINK_COMPONENTS
+  Analysis
+  Core
+  ExecutionEngine
+  InstCombine
+  MC
+  ScalarOpts
+  Support
+  nativecodegen
+  )
 
 add_llvm_example(Kaleidoscope-Ch6
   toy.cpp