[PATCH] D33552: [ELF] - Make implementation of .gdb index to be more natural for futher paralleling.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 09:10:34 PDT 2017
grimar added inline comments.
================
Comment at: ELF/GdbIndex.h:47
+// for filling gdb index section areas.
+struct GdbIndexDataChunk {
+ std::vector<AddressEntry> AddressArea;
----------------
ruiu wrote:
> Let's call it GdbIndexChunk.
Done.
https://reviews.llvm.org/D33552
More information about the llvm-commits
mailing list