llvm/examples: Add RuntimeDyld as libdeps.
[oota-llvm.git] / examples / ExceptionDemo / CMakeLists.txt
index 2a7667dfba42c0f11f7d75aa52b2251f409df40b..0908892a16ceeb85c25478e15ced96bc7614455b 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   MC
   MCJIT
+  RuntimeDyld
   Support
   nativecodegen
   )