[PATCH] D100490: [ELF] Check the Elf_Rel addends for dynamic relocations
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 03:27:48 PDT 2021
arichardson added inline comments.
================
Comment at: lld/ELF/SyntheticSections.cpp:1113
// To calculate the adjustments use offsets for thread-local storage.
- // https://www.linux-mips.org/wiki/NPTL
+ // http://web.archive.org/web/20190324223224/https://www.linux-mips.org/wiki/NPTL
for (const std::pair<GotEntry, size_t> &p : g.local16)
----------------
Will split this unrelated change out into a separate commit, just noticed that the link no longer works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100490/new/
https://reviews.llvm.org/D100490
More information about the llvm-commits
mailing list