[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 16 Feb 2015 02:13:30 +0000 (02:13 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 16 Feb 2015 02:13:30 +0000 (02:13 +0000)
llvm-svn: 229351

llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
llvm/tools/lli/CMakeLists.txt
llvm/unittests/ExecutionEngine/CMakeLists.txt
llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt

index 111332b..2c01e12 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   TransformUtils
index 0c2654b..463c853 100644 (file)
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
   MCJIT
   Object
   OrcJIT
+  RuntimeDyld
   SelectionDAG
   Support
   native
index 783c9b5..05e093e 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   Interpreter
   MC
+  RuntimeDyld
   Support
   )
 
index b10cbb4..e29787f 100644 (file)
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   IPO
   MC
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   Target