Add a function common.parse_commandline_args() that adds options common
to all tools (--verbose and --update-only) and returns the parsed
commandline arguments. I plan to use the shared parsing of --verbose in a
follow-up commit to remove most of the if args.verbose: checks in the
scripts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo