[CMake] Update libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 14 Jul 2014 05:01:53 +0000 (05:01 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 14 Jul 2014 05:01:53 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8

15 files changed:
examples/BrainF/CMakeLists.txt
examples/Fibonacci/CMakeLists.txt
examples/HowToUseJIT/CMakeLists.txt
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter7/CMakeLists.txt
tools/lli/CMakeLists.txt
tools/llvm-ar/CMakeLists.txt
tools/llvm-nm/CMakeLists.txt
tools/yaml2obj/CMakeLists.txt
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/JIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/MC/CMakeLists.txt

index 025d093364053cb580c99a7ee60d0d621799fddd..65589d9f39f2b669682638082988101d4c2c8ab5 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   JIT
+  MC
   Support
   nativecodegen
   )
index 724a0f6715d3dda522cf15e406014ca2d9c966e3..c015e50ac350b4f6d8d9c10d1d03875a4616f3d1 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   Interpreter
   JIT
+  MC
   Support
   nativecodegen
   )
index 88aed026bf6f01633220988f0772347c115d789b..237cbea861d23153d48f56a64d3e6b5fbc0c4007 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   Interpreter
   JIT
+  MC
   Support
   nativecodegen
   )
index 72a9f0512cd2647b3733398cbd2f3f04d025a8a7..2b87e86849866f44c04fccd9dd83c808487eb74a 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
index c7d0276194cf7ff9d777e091b40b6395935122d1..c3e7c43cb411d8a0fd711ef51576a7a9593f5e52 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
index 669c7eb171b82f14b3fbc7481c9b24c9f9e6063a..cd61cec89d55e9329415c4e9617ffd0d75ab210c 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
index 0a0c8e7cab58d455e3ac352a7458ef22f677511e..cdb13c465d14c7e5cda8689ca0a00c0ac3106119 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   TransformUtils
index 731b61a11b4103b6ec185502693907e506a29430..41f75349dfeb4dc06343285323980663f9ee48ca 100644 (file)
@@ -8,7 +8,9 @@ set(LLVM_LINK_COMPONENTS
   Instrumentation
   Interpreter
   JIT
+  MC
   MCJIT
+  Object
   SelectionDAG
   Support
   native
index 0e809a705bbebbdd248b4ae90a97a139a17f2ff1..5193def2aad57fa195462848d87becf03628d118 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   Object
   Support
   )
index 1fe4a2dbaca7ed1e7ed4c2cf1baeb09c8fe793d7..20293bb88f05041d0e6031cff06e629ec9dac221 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   Object
   Support
   )
index 5e63dfbbe72539af3e42d727ef5d5431650853c5..78e92a0680fef3eba3e0318ce5b9ac22c41bd34a 100644 (file)
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  MC
   Object
   Support
   )
index 489eaaff6ad1f162bb56f741935b5b1df06de075..5e462220e5cd6c1a93f0894e8b55f4d4aad64738 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
+  MC
   Support
   )
 
index 72c1df7463d394da5643ec0e5de2f6b1db723aa4..5ace1c6ee48a541901a9ede68c12cc3683eadc31 100644 (file)
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   JIT
+  MC
   Support
   nativecodegen
   )
index afa3f2a6f66b5ad3d4dfbe3f84efcff9cb0dcadd..cbd08fe9b8e21e41090d2638668343924a3ccaae 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   IPO
   JIT
+  MC
   MCJIT
   ScalarOpts
   Support
index e2beab22ff997f11701d74a53aecd004eb62996e..37543f48bcef5bba61f4c4ca1c4c0fa4301e3e95 100644 (file)
@@ -1,5 +1,7 @@
 set(LLVM_LINK_COMPONENTS
+  MC
   MCAnalysis
+  Support
   )
 
 add_llvm_unittest(MCTests