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