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