[llvm-pdbdump] Only build the TypeDatabase if necessary.
authorZachary Turner <zturner@google.com>
Thu, 4 May 2017 23:53:01 +0000 (23:53 +0000)
committerZachary Turner <zturner@google.com>
Thu, 4 May 2017 23:53:01 +0000 (23:53 +0000)
commit20d773c4af45411a77c1715857c2559ffe3a9f09
treefc69dc4fa6591bf48a794576d439033d26b97120
parent9aff829f78331ef3718bf73ea81d319c91730808
[llvm-pdbdump] Only build the TypeDatabase if necessary.

Building the type database is expensive, and can take multiple
minutes for large PDBs.  But we only need it in certain cases
depending on what command line options are specified.  So only
build it when we know we're about to need it.

llvm-svn: 302204
llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
llvm/tools/llvm-pdbdump/LLVMOutputStyle.h