Add support for R_HEX_32 relocation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lld/trunk/ELF/Arch/Hexagon.cpp | ||
---|---|---|
132 | applyMask(0xffffffff, ...) seems to be a no-op. Can you just use Val? |
lld/trunk/ELF/Arch/Hexagon.cpp | ||
---|---|---|
132 | Sure, I'll update yet to be committed https://reviews.llvm.org/D50603 with this change |
applyMask(0xffffffff, ...) seems to be a no-op. Can you just use Val?