Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
index 23aba6510b8c07ed8116bc76c159fa9f6a2e12a5..27c18cdd0654ff0a48df6f1d1aea1cd9f2331b46 100644 (file)
@@ -3,18 +3,13 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MCJIT
+  Object
   RuntimeDyld
   ScalarOpts
   Support
-  TransformUtils
   native
   )
 
-set(LLVM_REQUIRES_RTTI 1)
-
-set(LLVM_BUILD_EXAMPLES OFF)
-
 add_kaleidoscope_chapter(Kaleidoscope-Ch7
   toy.cpp
   )