[Orc] Revert r236465 - It broke the Windows bots.
[oota-llvm.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
index cd61cec89d55e9329415c4e9617ffd0d75ab210c..7ac1ca49c4f91f841cc56b06b6934ef3755ef845 100644 (file)
@@ -3,13 +3,13 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  JIT
-  MC
+  MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
-  nativecodegen
+  native
   )
 
-add_llvm_example(Kaleidoscope-Ch6
+add_kaleidoscope_chapter(Kaleidoscope-Ch6
   toy.cpp
   )