[llvm-commits] lld update to add support for some hexagon relocations.
Sid Manning
sidneym at codeaurora.org
Fri Sep 28 10:22:08 PDT 2012
Attached are files that add support for the most basic relocation fixups
for hexagon.
I added a new applyFixup method to take an int32_t, so instead of Kind
enums applyFixup can take enums defined in ELF.h.
In the case of hexagon I moved code from ReferenceKinds.cpp to a new
file HexagonReference.cpp which will hold the Hexagon specific
relocation code.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HexagonReference.diff
Type: text/x-patch
Size: 14487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120928/867b7115/attachment.bin>
More information about the llvm-commits
mailing list