Displaying 1 result from an estimated 1 matches for "cacde5e6".
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
I submitted this yesterday in r274171. I think 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