[llvm] r220962 - [CMake] llvm/examples: Update libdeps for unoptimized builds.

NAKAMURA Takumi geek4civic at gmail.com
Fri Oct 31 08:27:16 PDT 2014


Author: chapuni
Date: Fri Oct 31 10:27:16 2014
New Revision: 220962

URL: http://llvm.org/viewvc/llvm-project?rev=220962&view=rev
Log:
[CMake] llvm/examples: Update libdeps for unoptimized builds.

Modified:
    llvm/trunk/examples/ExceptionDemo/CMakeLists.txt
    llvm/trunk/examples/ParallelJIT/CMakeLists.txt

Modified: llvm/trunk/examples/ExceptionDemo/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ExceptionDemo/CMakeLists.txt?rev=220962&r1=220961&r2=220962&view=diff
==============================================================================
--- llvm/trunk/examples/ExceptionDemo/CMakeLists.txt (original)
+++ llvm/trunk/examples/ExceptionDemo/CMakeLists.txt Fri Oct 31 10:27:16 2014
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  MC
   MCJIT
   Support
   nativecodegen

Modified: llvm/trunk/examples/ParallelJIT/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ParallelJIT/CMakeLists.txt?rev=220962&r1=220961&r2=220962&view=diff
==============================================================================
--- llvm/trunk/examples/ParallelJIT/CMakeLists.txt (original)
+++ llvm/trunk/examples/ParallelJIT/CMakeLists.txt Fri Oct 31 10:27:16 2014
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
+  MC
   Support
   nativecodegen
   )





More information about the llvm-commits mailing list