llvm/examples: Add RuntimeDyld as libdeps.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
index 4bc1b2c715609184c7844d18d91ce73f25bc248b..dd181471be1c8b05ea0393f42f01dbde2b2210c9 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   TransformUtils