Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 45e92e4b8ca8dffc1e4aae202b38a290e5e12cde..44e1aeecaaeb9d6b0b934556829ca2c060bc38f6 100644 (file)
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
+  Object
+  RuntimeDyld
   ScalarOpts
   Support
   native
-  mcjit
   )
 
 add_kaleidoscope_chapter(Kaleidoscope-Ch4