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


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to