[llvm] [llvm-debuginfo-analyzer] Fixed some DWARF related bugs (PR #153318)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 13:07:21 PDT 2025


CarlosAlbertoEnciso wrote:

> > The only minor point would be to try reducing the size of the .S files. Otherwise, LGTM.
> 
> Thank you Carlos. I deleted some unneeded metadata in the AMDGPU one, but am unsure how the s files can be meaningfully reduced further.

May be remove or shorter the strings such as directory or file names, clang version data (git information).
Unless the other reviewers have some questions, I think the changes are ready to go.
LGTM


https://github.com/llvm/llvm-project/pull/153318


More information about the llvm-commits mailing list