The option --no-print-imm-hex was not included in the command guide for llvm-objdump but appears in the help text. This commit adds it to the command guide.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am on the fence. For certain boolean options, I think it is usually sufficient to document just the non-default option (e.g. --foo), no need for the default option (e.g. --no-foo).
Comment Actions
I think these are nice to document since sometimes it's useful to be able to negate the previous passed flag, especially if you're doing it in some sort of script, but I have to admit I've never had that case with llvm-objdump
Comment Actions
I don't think it is necessarily obvious which options can be negated. Certainly, for some options in some tools, there is no --no-* equivalent.
LGTM.