aboutsummaryrefslogtreecommitdiff
path: root/COFF/PDB.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/PDB.h')
-rw-r--r--COFF/PDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/PDB.h b/COFF/PDB.h
index a98d129a633b..ea7a9996f415 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);