Displaying 1 result from an estimated 1 matches for "pdb2yaml".
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
...re'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 information about types and symbols
raw - Dump raw structure of the PDB file
yaml2pdb - Generate a PDB file from a YAML description
Type "llvm-pdbdump.exe <subcommand> -help" to get more help...