[PATCH] D86539: [Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 11:46:47 PDT 2022
avl added a comment.
@clayborg @jhenderson Thank you and all for the review!
In D86539#3637202 <https://reviews.llvm.org/D86539#3637202>, @clayborg wrote:
> What will this tool do if the "--odr-deduplication" and "--garbage-collection" are not specified?
The default state for --garbage-collection is enabled.
The default state for --odr-deduplication is enabled.
Thus if above options are not specified the tool would enable them.
> One other quick suggestion for the "bfd" value for the "--tombstone" option, should we state that the value is zero? Or maybe even change "bfd" to "zero"?
Following is the description for bfd value from documentation section:
- `bfd`: zero for all addresses and [1,1] for DWARF v4 (or less) address ranges.
Do you think this description should be changed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86539/new/
https://reviews.llvm.org/D86539
More information about the llvm-commits
mailing list