[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials easier to build on
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
index 304c94ba5a2aa70f3bb080faab09ca25ac727454..4bc1b2c715609184c7844d18d91ce73f25bc248b 100644 (file)
@@ -3,16 +3,15 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
+  MCJIT
   ScalarOpts
   Support
   TransformUtils
-  nativecodegen
-  mcjit
+  native
   )
 
 set(LLVM_REQUIRES_RTTI 1)
 
-add_llvm_example(Kaleidoscope-Ch7
+add_kaleidoscope_chapter(Kaleidoscope-Ch7
   toy.cpp
   )