google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.71k stars 340 forks source link

Add yaml2obj based test for DW_FORM_strx3 #323

Open compnerd opened 1 year ago

compnerd commented 1 year ago

286 extended support for DWARF processing to include DW_FORM_strx3 references. It was a straightforward extension of existing support, but it would be wise to add some test coverage using yaml2obj to ensure that we do not break this accidentally in the future.