[CMake] Kaleidoscope-Orc: Update libdeps.
[oota-llvm.git] / examples / Kaleidoscope / Orc / lazy_codegen / CMakeLists.txt
index 3d450e035424609eb5a8495ee2507ae871381aa6..faad3420c6a023d6d96c2ee822f1cf859e1ec2e7 100644 (file)
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )