[PATCH] D77694: [WIP][RISCV][ELF] Linker relaxation support
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 12 16:01:38 PDT 2020
jrtc27 marked an inline comment as done.
jrtc27 added inline comments.
================
Comment at: lld/ELF/Arch/RISCV.cpp:37
- void relocate(uint8_t *loc, const Relocation &rel,
- uint64_t val) const override;
};
----------------
s.egerton wrote:
> This needs to be re-added.
Oops, yes, obviously wrong. As I said, this was just a quick-and-dirty rebase on top of several months of upstream changes and I haven't even tried building it, but was uploaded for others to take if they so desire (especially the `deleteRanges` as doing that efficiently is nasty code to write and debug; bfd just takes the simple-but-inefficient quadratic approach...).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77694/new/
https://reviews.llvm.org/D77694
More information about the llvm-commits
mailing list