[PATCH] D79105: [LLD][ELF][RISCV] Linker relaxation support for R_RISCV_CALL
Scott Egerton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 12:26:13 PDT 2020
s.egerton updated this revision to Diff 262445.
s.egerton added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I've made some changes in response to your feedback. No R_RISCV_ALIGN support
added yet but it is work in progress.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79105/new/
https://reviews.llvm.org/D79105
Files:
lld/ELF/Arch/RISCV.cpp
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h
lld/ELF/Options.td
lld/ELF/Target.h
lld/ELF/Writer.cpp
lld/test/ELF/riscv-relax-call-2.s
lld/test/ELF/riscv-relax-call-3.s
lld/test/ELF/riscv-relax-call-4.s
lld/test/ELF/riscv-relax-call-5.s
lld/test/ELF/riscv-relax-call-6.s
lld/test/ELF/riscv-relax-call-multiple-sections.yaml
lld/test/ELF/riscv-relax-call-symbol-versions.s
lld/test/ELF/riscv-relax-call-wrapped-symbols.s
lld/test/ELF/riscv-relax-call.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79105.262445.patch
Type: text/x-patch
Size: 65925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/e5e28eec/attachment.bin>
More information about the llvm-commits
mailing list