[Lldb-commits] [lldb] r201519 - Remove nativecodegen as it forces the native target libraries to be linked in regardless of whether the target was specified in LLVM_TARGETS_TO_BUILD

Deepak Panickal deepak at codeplay.com
Mon Feb 17 09:39:28 PST 2014


Author: panickal
Date: Mon Feb 17 11:39:27 2014
New Revision: 201519

URL: http://llvm.org/viewvc/llvm-project?rev=201519&view=rev
Log:
Remove nativecodegen as it forces the native target libraries to be linked in regardless of whether the target was specified in LLVM_TARGETS_TO_BUILD

Modified:
    lldb/trunk/source/CMakeLists.txt

Modified: lldb/trunk/source/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/CMakeLists.txt?rev=201519&r1=201518&r2=201519&view=diff
==============================================================================
--- lldb/trunk/source/CMakeLists.txt (original)
+++ lldb/trunk/source/CMakeLists.txt Mon Feb 17 11:39:27 2014
@@ -151,7 +151,6 @@ set( LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   jit
   interpreter
-  nativecodegen
   asmparser
   bitreader
   bitwriter





More information about the lldb-commits mailing list