BrainF.cpp: Update CreateCall() according to r237624.
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 2b87e86849866f44c04fccd9dd83c808487eb74a..2c01e120070aeb7d479867ac292eab507f66238f 100644 (file)
@@ -3,13 +3,14 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  JIT
-  MC
+  MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
-  nativecodegen
+  TransformUtils
+  native
   )
 
-add_llvm_example(Kaleidoscope-Ch4
+add_kaleidoscope_chapter(Kaleidoscope-Ch4
   toy.cpp
   )