[CMake] Update libdeps.

llvm-svn: 212920
diff --git a/llvm/examples/BrainF/CMakeLists.txt b/llvm/examples/BrainF/CMakeLists.txt
index 025d093..65589d9 100644
--- a/llvm/examples/BrainF/CMakeLists.txt
+++ b/llvm/examples/BrainF/CMakeLists.txt
@@ -3,6 +3,7 @@
   Core
   ExecutionEngine
   JIT
+  MC
   Support
   nativecodegen
   )
diff --git a/llvm/examples/Fibonacci/CMakeLists.txt b/llvm/examples/Fibonacci/CMakeLists.txt
index 724a0f6..c015e50 100644
--- a/llvm/examples/Fibonacci/CMakeLists.txt
+++ b/llvm/examples/Fibonacci/CMakeLists.txt
@@ -3,6 +3,7 @@
   ExecutionEngine
   Interpreter
   JIT
+  MC
   Support
   nativecodegen
   )
diff --git a/llvm/examples/HowToUseJIT/CMakeLists.txt b/llvm/examples/HowToUseJIT/CMakeLists.txt
index 88aed02..237cbea 100644
--- a/llvm/examples/HowToUseJIT/CMakeLists.txt
+++ b/llvm/examples/HowToUseJIT/CMakeLists.txt
@@ -3,6 +3,7 @@
   ExecutionEngine
   Interpreter
   JIT
+  MC
   Support
   nativecodegen
   )
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 72a9f05..2b87e86 100644
--- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -4,6 +4,7 @@
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
index c7d0276..c3e7c43 100644
--- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
@@ -4,6 +4,7 @@
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
index 669c7eb..cd61cec 100644
--- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
@@ -4,6 +4,7 @@
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   nativecodegen
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index 0a0c8e7..cdb13c4 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -4,6 +4,7 @@
   ExecutionEngine
   InstCombine
   JIT
+  MC
   ScalarOpts
   Support
   TransformUtils
diff --git a/llvm/tools/lli/CMakeLists.txt b/llvm/tools/lli/CMakeLists.txt
index 731b61a..41f7534 100644
--- a/llvm/tools/lli/CMakeLists.txt
+++ b/llvm/tools/lli/CMakeLists.txt
@@ -8,7 +8,9 @@
   Instrumentation
   Interpreter
   JIT
+  MC
   MCJIT
+  Object
   SelectionDAG
   Support
   native
diff --git a/llvm/tools/llvm-ar/CMakeLists.txt b/llvm/tools/llvm-ar/CMakeLists.txt
index 0e809a7..5193def 100644
--- a/llvm/tools/llvm-ar/CMakeLists.txt
+++ b/llvm/tools/llvm-ar/CMakeLists.txt
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   Object
   Support
   )
diff --git a/llvm/tools/llvm-nm/CMakeLists.txt b/llvm/tools/llvm-nm/CMakeLists.txt
index 1fe4a2d..20293bb 100644
--- a/llvm/tools/llvm-nm/CMakeLists.txt
+++ b/llvm/tools/llvm-nm/CMakeLists.txt
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   Object
   Support
   )
diff --git a/llvm/tools/yaml2obj/CMakeLists.txt b/llvm/tools/yaml2obj/CMakeLists.txt
index 5e63dfbb..78e92a0 100644
--- a/llvm/tools/yaml2obj/CMakeLists.txt
+++ b/llvm/tools/yaml2obj/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  MC
   Object
   Support
   )
diff --git a/llvm/unittests/ExecutionEngine/CMakeLists.txt b/llvm/unittests/ExecutionEngine/CMakeLists.txt
index 489eaaf..5e46222 100644
--- a/llvm/unittests/ExecutionEngine/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/CMakeLists.txt
@@ -2,6 +2,7 @@
   Core
   ExecutionEngine
   Interpreter
+  MC
   Support
   )
 
diff --git a/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt
index 72c1df7..5ace1c6 100644
--- a/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt
@@ -5,6 +5,7 @@
   Core
   ExecutionEngine
   JIT
+  MC
   Support
   nativecodegen
   )
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index afa3f2a..cbd08fe 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -4,6 +4,7 @@
   ExecutionEngine
   IPO
   JIT
+  MC
   MCJIT
   ScalarOpts
   Support
diff --git a/llvm/unittests/MC/CMakeLists.txt b/llvm/unittests/MC/CMakeLists.txt
index e2beab2..37543f4 100644
--- a/llvm/unittests/MC/CMakeLists.txt
+++ b/llvm/unittests/MC/CMakeLists.txt
@@ -1,5 +1,7 @@
 set(LLVM_LINK_COMPONENTS
+  MC
   MCAnalysis
+  Support
   )
 
 add_llvm_unittest(MCTests