search for: wlinker

Displaying 1 result from an estimated 1 matches for "wlinker".

Did you mean: linker
2014 Dec 04
2
[LLVMdev] llvm-link as an extension
Hi all, I understood that llvm-link's capabilities are going to be merged in lld sometime in the future. However, would it be beneficial to make llvm-link itself a pluggable library which can be used by any linker? So say a linker, can have a flag like Wlinker=-enable-llvm-link, which uses a llvm-link library, like LD_LIBRARY_PATH=/path/to/llvm-link.so, that way llvm-link can use the symbol resolution table of this linker to link the IR code (so llvm-link doesn't have to have linker's logic). This will help extend the capability to have the full...