[CMake] llvm/examples: Update libdeps for unoptimized builds.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 31 Oct 2014 15:27:16 +0000 (15:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 31 Oct 2014 15:27:16 +0000 (15:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220962 91177308-0d34-0410-b5e6-96231b3b80d8

examples/ExceptionDemo/CMakeLists.txt
examples/ParallelJIT/CMakeLists.txt

index a08a7c30bd8afd4eb6e7f3f5a0241f3e67098f87..9cadd94c24a59be9bfc24fb833c02eab249c927f 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  MC
   MCJIT
   Support
   nativecodegen
index 3c489e83027bdf09c50c45788fcb081ff6fdcd6b..07c0a085b91f63bbc723038ee9df0dd71714ad11 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
+  MC
   Support
   nativecodegen
   )