[PATCH] D117216: [BOLT][DWARF] updateDWARFObjectAddressRanges: nullify low pc

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 10:25:32 PST 2022


ayermolo added a comment.

In D117216#3249532 <https://reviews.llvm.org/D117216#3249532>, @yota9 wrote:

> Hello @ayermolo! It's to hard to decrease the golang binary size. So I've devided to hexedit the C hello-word dwarf to get the fixed cases of this and previous dward reviws :)

Thanks for adding the test.
I wonder if it can be reduced further considering we don't actually care if binary is executable, just that bolt processes it and debug info is changed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117216/new/

https://reviews.llvm.org/D117216



More information about the llvm-commits mailing list