[PATCH] Simplify arange output
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Thu Feb 26 13:06:39 PST 2015
ping
================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1780
@@ -1819,3 +1779,3 @@
// Build a list of sections used.
std::vector<const MCSection *> Sections;
----------------
dblaikie wrote:
> The code doesn't need to be split before/after this Sections construction, does it? Perhaps it could be kept/put together in a separate function and called - just with the Sections vector passed in?
It needs to be split since the part above creates SectionMap, from which Sections is created.
http://reviews.llvm.org/D7347
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list