[PATCH] D38491: [ELF] Decompress debug info sections early
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 21:35:54 PDT 2017
davide added inline comments.
================
Comment at: ELF/GdbIndex.cpp:32
continue;
if (LLDDWARFSection *M = StringSwitch<LLDDWARFSection *>(Sec->Name)
.Case(".debug_info", &InfoSection)
----------------
Not your fault but `M` looks like a not so great variable name choice.
https://reviews.llvm.org/D38491
More information about the llvm-commits
mailing list