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