[llvm] [llvm-support][llvm-profdata] Use cl::Subcommand to organize show options. And look up in top-level as a fallback if a special subcommand doesn't have an option. (PR #71328)

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 22:48:08 PST 2023


https://github.com/david-xl commented:

Since the options are now attached to ShowSubCommand, there is no longer the need to use show_options namespace.

https://github.com/llvm/llvm-project/pull/71328


More information about the llvm-commits mailing list