[PATCH] D79093: [DebugInfo] Fix printing values of forms which depend on the DWARF format.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 03:01:41 PDT 2020
ikudrin added a comment.
In D79093#2010585 <https://reviews.llvm.org/D79093#2010585>, @probinson wrote:
> If the value to be printed is only 10 digits wide, I think we do not get 6 leading zeros? Is that how we are formatting 64-bit values in general?
Yes, that is how we print such values in most cases. I am going to prepare a separate patch to print DWARF64 values with extended width, based on the suggestion by @dblaikie in D78208 <https://reviews.llvm.org/D78208>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79093/new/
https://reviews.llvm.org/D79093
More information about the llvm-commits
mailing list