[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:16 PDT 2020


s.egerton planned changes to this revision.
s.egerton marked 11 inline comments as done.
s.egerton added a comment.

As mentioned, I plan to add R_RISCV_ALIGN support in future along with the suggested changes to the test cases.



================
Comment at: lld/ELF/InputSection.cpp:151
+  const auto size = getSize();
+  // for (const auto &range : ranges) {
+  const auto end = std::end(ranges);
----------------
Missed this one, will remove this in the next revision.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79105/new/

https://reviews.llvm.org/D79105





More information about the llvm-commits mailing list