Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
index 9a6f14da2c8406dec365ebfa4651f00a71ef423f..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(EXCLUDE_FROM_ALL ON)
-
 add_kaleidoscope_chapter(Kaleidoscope-Ch7
   toy.cpp
   )