[PATCH] D62280: ELF: Remove a comparison against In.EhFrame. NFCI.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 18:39:44 PDT 2019


MaskRay added a comment.

LG



================
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;
----------------
Can `Sec` be const?


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