Nuke the old JIT.
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
index 2d75ad35923fa50f7063ee75161f5cb4ec5a4a67..1912ddc07411b4ef0dd24261d74853e8e5f28e48 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-Ch5
   toy.cpp