[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 025d093..65589d9 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   JIT
+  MC
   Support
   nativecodegen
   )
index 724a0f6..c015e50 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   Interpreter
   JIT
+  MC
   Support
   nativecodegen
   )
index 88aed02..237cbea 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   Interpreter
   JIT
+  MC
   Support
   nativecodegen
   )
index 72a9f05..2b87e86 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
index c7d0276..c3e7c43 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
index 669c7eb..cd61cec 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
index 0a0c8e7..cdb13c4 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   TransformUtils
index 731b61a..41f7534 100644 (file)
@@ -8,7 +8,9 @@ set(LLVM_LINK_COMPONENTS
   Instrumentation
   Interpreter
   JIT
+  MC
   MCJIT
+  Object
   SelectionDAG
   Support
   native
index 0e809a7..5193def 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   Object
   Support
   )
index 1fe4a2d..20293bb 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   Object
   Support
   )
index 5e63dfb..78e92a0 100644 (file)
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  MC
   Object
   Support
   )
index 489eaaf..5e46222 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
+  MC
   Support
   )
 
index 72c1df7..5ace1c6 100644 (file)
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   JIT
+  MC
   Support
   nativecodegen
   )
index afa3f2a..cbd08fe 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   IPO
   JIT
+  MC
   MCJIT
   ScalarOpts
   Support
index e2beab2..37543f4 100644 (file)
@@ -1,5 +1,7 @@
 set(LLVM_LINK_COMPONENTS
+  MC
   MCAnalysis
+  Support
   )
 
 add_llvm_unittest(MCTests