diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp b/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp index a52b7e0c4e4..69e831570e3 100644 --- a/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp @@ -36,8 +36,8 @@ struct llvm::pdb::GSIHashStreamBuilder {        return Empty;      }      static inline CVSymbol getTombstoneKey() { -      static CVSymbol Tombstone(static_cast<SymbolKind>(-1), -                                ArrayRef<uint8_t>()); +      static CVSymbol Tombstone( +          DenseMapInfo<ArrayRef<uint8_t>>::getTombstoneKey());        return Tombstone;      }      static unsigned getHashValue(const CVSymbol &Val) {  | 

