[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229351 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 111332bccd0d2befd00698501211922e98d88217..2c01e120070aeb7d479867ac292eab507f66238f 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   TransformUtils
index 0c2654be6856937f164e802494053b4329372c48..463c8530894ad29247a6ed4d38ccad19e35336f8 100644 (file)
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
   MCJIT
   Object
   OrcJIT
+  RuntimeDyld
   SelectionDAG
   Support
   native
index 783c9b519216d61a0536f5f64de3b8cd6fc1ab69..05e093e0c0b4001c14cebea58772a86eb485176f 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   Interpreter
   MC
+  RuntimeDyld
   Support
   )
 
index b10cbb4c9ea4b94b20954a5591cd630d0c937f15..e29787f8f426e3504b4b1c45c8ba90b0526d6c83 100644 (file)
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   IPO
   MC
   MCJIT
+  RuntimeDyld
   ScalarOpts
   Support
   Target