[lld] r201967 - [CMake] add_lld_library: link_system_libs is not needed any more. LLVMSupport may provide dependencies to system libs.

NAKAMURA Takumi geek4civic at gmail.com
Sat Feb 22 20:43:46 PST 2014


Author: chapuni
Date: Sat Feb 22 22:43:45 2014
New Revision: 201967

URL: http://llvm.org/viewvc/llvm-project?rev=201967&view=rev
Log:
[CMake] add_lld_library: link_system_libs is not needed any more. LLVMSupport may provide dependencies to system libs.

Modified:
    lld/trunk/CMakeLists.txt

Modified: lld/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/CMakeLists.txt?rev=201967&r1=201966&r2=201967&view=diff
==============================================================================
--- lld/trunk/CMakeLists.txt (original)
+++ lld/trunk/CMakeLists.txt Sat Feb 22 22:43:45 2014
@@ -130,7 +130,6 @@ macro(add_lld_library name)
   target_link_libraries(${name} ${LLVM_USED_LIBS})
   llvm_config(${name} ${LLVM_LINK_COMPONENTS})
   target_link_libraries(${name} ${LLVM_COMMON_LIBS})
-  link_system_libs(${name})
 
   if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
     install(TARGETS ${name}





More information about the llvm-commits mailing list