[CMake] Update libdeps.

llvm-svn: 212920
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
   )