Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 2c01e120070aeb7d479867ac292eab507f66238f..44e1aeecaaeb9d6b0b934556829ca2c060bc38f6 100644 (file)
@@ -3,11 +3,10 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MCJIT
+  Object
   RuntimeDyld
   ScalarOpts
   Support
-  TransformUtils
   native
   )