[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 111332bccd0d2befd00698501211922e98d88217..2c01e120070aeb7d479867ac292eab507f66238f 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   TransformUtils