Speculative build fix for codeview type dumper API change

llvm-svn: 271344
This commit is contained in:
Reid Kleckner 2016-05-31 22:32:54 +00:00
parent 892fa7dbcb
commit cbb1d06ff2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extern "C" void LLVMFuzzerTestOneInput(uint8_t *data, size_t size) {
StringRef((const char *)data, size), "", false);
ScopedPrinter P(nulls());
codeview::CVTypeDumper TD(P, false);
codeview::CVTypeDumper TD(&P, false);
std::unique_ptr<pdb::PDBFile> File(new pdb::PDBFile(std::move(Buff)));
if (auto E = File->parseFileHeaders()) {