[PATCH] D89216: [dsymutil] Add the ability to run the DWARF verifier on the input
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 04:22:17 PDT 2020
avl added inline comments.
================
Comment at: llvm/tools/dsymutil/Options.td:37
def verify: F<"verify">,
- HelpText<"Run the DWARF verifier on the linked DWARF debug info.">,
+ HelpText<"Alias for ---verify-dwarf=output">,
Group<grp_general>;
----------------
there is an extra dash here: ---verify-dwarf
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89216/new/
https://reviews.llvm.org/D89216
More information about the llvm-commits
mailing list