OSDN Git Service

[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 a08a7c3..9cadd94 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  MC
   MCJIT
   Support
   nativecodegen
index 3c489e8..07c0a08 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
+  MC
   Support
   nativecodegen
   )