[llvm-dev] Who patches the fixups?
Krzysztof Parzyszek via llvm-dev
llvm-dev at lists.llvm.org
Tue Feb 16 07:13:32 PST 2016
On 2/16/2016 9:07 AM, Jun Koi wrote:
>
> Do you mean the LLVM linker will do the relocation?
>
> Do you have any hints on where to look at linker source of LLVM to see
> how this is done?
The lld's git repo is at http://llvm.org/git/lld.git
You can also view the code through the web interface, e.g.
http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/X86_64/
I don't know the linker sources, so I can't really help with how it works.
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-dev
mailing list