Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
index 669c7eb171b82f14b3fbc7481c9b24c9f9e6063a..6bb2b19375276d45099c41f2072252e12a4a7d65 100644 (file)
@@ -3,12 +3,13 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  JIT
+  Object
+  RuntimeDyld
   ScalarOpts
   Support
-  nativecodegen
+  native
   )
 
-add_llvm_example(Kaleidoscope-Ch6
+add_kaleidoscope_chapter(Kaleidoscope-Ch6
   toy.cpp
   )