[PATCH] D62280: ELF: Remove a comparison against In.EhFrame. NFCI.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 14:27:19 PDT 2019
pcc marked 2 inline comments as done.
pcc added inline comments.
================
Comment at: lld/ELF/MapFile.cpp:109
// being displayed to make output compact.
-static void printEhFrame(raw_ostream &OS, OutputSection *OSec) {
+static void printEhFrame(raw_ostream &OS, EhFrameSection *Sec) {
std::vector<EhSectionPiece> Pieces;
----------------
MaskRay wrote:
> Can `Sec` be const?
Yes, done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62280/new/
https://reviews.llvm.org/D62280
More information about the llvm-commits
mailing list