llvm/examples: Add RuntimeDyld as libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 31 Mar 2015 00:03:36 +0000 (00:03 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 31 Mar 2015 00:03:36 +0000 (00:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233646 91177308-0d34-0410-b5e6-96231b3b80d8

examples/ExceptionDemo/CMakeLists.txt
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter8/CMakeLists.txt

index 2a7667dfba42c0f11f7d75aa52b2251f409df40b..0908892a16ceeb85c25478e15ced96bc7614455b 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   MC
   MCJIT
+  RuntimeDyld
   Support
   nativecodegen
   )
index aac9949b39465eec4c1cc657ef8ddfad47f09641..a938d9731fe8a8c88452c072d460923d218b4319 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   native
index 55b9a7853c5a804920625eccd32241e9539dc537..7ac1ca49c4f91f841cc56b06b6934ef3755ef845 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   native
index 4bc1b2c715609184c7844d18d91ce73f25bc248b..dd181471be1c8b05ea0393f42f01dbde2b2210c9 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   TransformUtils
index 42882e9026b374dea36a591ec52a9263bc277900..6491599770be6c63cd59ee023bb243624bef4372 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   MCJIT
+  RuntimeDyld
   Support
   native
   )