[PATCH] D74741: [ELF] Warn changed output section address
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 01:36:50 PST 2020
grimar added inline comments.
================
Comment at: lld/ELF/LinkerScript.h:275
+ // Sections whose addresses are not equal to their addrExpr values.
+ std::vector<std::pair<const OutputSection *, uint64_t>>
+ changedSectionAddresses;
----------------
What about making this public and removing and inlining the `warnChangedSectionAddresses` code?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74741/new/
https://reviews.llvm.org/D74741
More information about the llvm-commits
mailing list