[PATCH] D104363: [llvm] Mark more internal command line optins as cl::Hidden
Timm Bäder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 01:52:19 PDT 2021
tbaeder added a comment.
Yes, it also hides the `--color` option. I guess I need to include `&llvm::ColorCategory` everywhere.
But this all seems like a lot of work in all the tools (not to mention external ones linking against `libLLVM.so` I guess?) for something that should just work. Why not mark all the llvm internal options as `cl::Hidden` instead? That way thy would also still be available via `--help-hidden`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104363/new/
https://reviews.llvm.org/D104363
More information about the llvm-commits
mailing list