diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp b/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp index 7c88748da80..dd41202e346 100644 --- a/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp @@ -169,7 +169,7 @@ Error GSIStreamBuilder::finalizeMsfLayout() { return Error::success(); } -bool comparePubSymByAddrAndName(const CVSymbol *LS, const CVSymbol *RS) { +static bool comparePubSymByAddrAndName(const CVSymbol *LS, const CVSymbol *RS) { assert(LS->kind() == SymbolKind::S_PUB32); assert(RS->kind() == SymbolKind::S_PUB32); |