Nuke the old JIT.
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 0d1ac533f02d49a19758fadc0687da4630d8cabf..2f828dc819eecc0f4fabde0f1da218baeeb67a4e 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-Ch4
   toy.cpp