[PATCH] [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Paul Robinson
Paul_Robinson at playstation.sony.com
Tue May 12 06:57:13 PDT 2015
One nit in the dump routine and LGTM.
================
Comment at: lib/DebugInfo/DWARF/DWARFDebugFrame.cpp:217
@@ +216,3 @@
+ (uint32_t)AddressSize);
+ OS << format(" Segment size: %u\n",
+ (uint32_t)SegmentDescriptorSize);
----------------
"Segment desc size:" here, or something similar.
http://reviews.llvm.org/D9558
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list