[PATCH] D35325: [CMake] linker detection now handles Gnu LD, Solaris LD and LLD

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 13:23:50 PDT 2017


fedor.sergeev added a comment.

Note, that there is also existing code in cmake/modules/HandleLLVMOptions.cmake that runs sorta linker detection for Windows,
as well as setting up variables that describe linker features like LLVM_HAVE_LINK_VERSION_SCRIPT.

Ideally it all should be centralized in one place and handle each and every platform.

I'm not trying to be that ambitious here. Just expanding on what already existed.


https://reviews.llvm.org/D35325





More information about the llvm-commits mailing list