[PATCH] D101773: [MC][ELF] Work around R_MIPS_LO16 relocation handling problem
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 3 13:48:01 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
> A root of the problem is in the R_MIPS_LO16 relocation handling. Both
The description needs to be updated, too.
================
Comment at: llvm/test/MC/Mips/mips_lo16.s:1
+# PR49821: Check that R_MIPS_LO16 relocs do not wrap around with large addends.
+
----------------
Use the original local symbol for REL targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101773/new/
https://reviews.llvm.org/D101773
More information about the llvm-commits
mailing list