diff options
Diffstat (limited to 'COFF/PDB.h')
-rw-r--r-- | COFF/PDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/PDB.h b/COFF/PDB.h index a98d129a633b0..ea7a9996f415a 100644 --- a/COFF/PDB.h +++ b/COFF/PDB.h @@ -28,7 +28,7 @@ class SymbolTable; void createPDB(SymbolTable *Symtab, llvm::ArrayRef<OutputSection *> OutputSections, llvm::ArrayRef<uint8_t> SectionTable, - const llvm::codeview::DebugInfo &BuildId); + llvm::codeview::DebugInfo *BuildId); std::pair<llvm::StringRef, uint32_t> getFileLine(const SectionChunk *C, uint32_t Addr); |