llvm/examples: Add RuntimeDyld as libdeps.
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
index 42882e9026b374dea36a591ec52a9263bc277900..6491599770be6c63cd59ee023bb243624bef4372 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   MCJIT
+  RuntimeDyld
   Support
   native
   )