[PATCH] D110551: [llvm-objdump] Fix --prefix and --prefix-strip
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 10:08:09 PDT 2021
MaskRay added a comment.
Many utilities supporting double-dash long options (not only GNU's) generally use the GNU style `getopt_long` which supports both `--foo value` and `--foo=value`.
We can use lld/llvm-objcopy style tablegen `Eq` to support both `Joined` and `Separate`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110551/new/
https://reviews.llvm.org/D110551
More information about the llvm-commits
mailing list