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