[PATCH] D127581: [ELF] Relax R_RISCV_ALIGN
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 09:00:32 PDT 2022
gkm added inline comments.
================
Comment at: lld/ELF/InputSection.h:147
void drop_back(unsigned num) {
assert(bytesDropped + num < 256);
bytesDropped += num;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127581/new/
https://reviews.llvm.org/D127581
More information about the llvm-commits
mailing list