Displaying 1 result from an estimated 1 matches for "r274247".
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
...hink this allows for a more
intuitive way to structure the options of command line tools. It's
optional and if you do nothing llvm::cl will work as it always has for you.
Probably self explanatory, but here's some output of --help from
llvm-pdbdump, which was updated to use subcommands in r274247, in case
anyone wants to see what this looks like.
D:\src\llvmbuild\clang-selfhost>bin\llvm-pdbdump --help
OVERVIEW: LLVM PDB Dumper
USAGE: llvm-pdbdump.exe [subcommand] [options]
SUBCOMMANDS:
pdb2yaml - Generate a detailed YAML description of a PDB File
pretty - Dump semantic informat...