Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
index da3839843bd008f7ac521dec6889c69d0680b756..27c18cdd0654ff0a48df6f1d1aea1cd9f2331b46 100644 (file)
@@ -1,6 +1,15 @@
-set(LLVM_LINK_COMPONENTS core jit interpreter native)
-set(LLVM_REQUIRES_RTTI 1)
+set(LLVM_LINK_COMPONENTS
+  Analysis
+  Core
+  ExecutionEngine
+  InstCombine
+  Object
+  RuntimeDyld
+  ScalarOpts
+  Support
+  native
+  )
 
-add_llvm_example(Kaleidoscope-Ch7
+add_kaleidoscope_chapter(Kaleidoscope-Ch7
   toy.cpp
   )