[lld] r374874 - [LLD] [COFF] Update a leftover comment after SVN r374869. NFC.
Martin Storsjo via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 02:46:33 PDT 2019
Author: mstorsjo
Date: Tue Oct 15 02:46:33 2019
New Revision: 374874
URL: http://llvm.org/viewvc/llvm-project?rev=374874&view=rev
Log:
[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.
Modified:
lld/trunk/COFF/PDB.cpp
Modified: lld/trunk/COFF/PDB.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/PDB.cpp?rev=374874&r1=374873&r2=374874&view=diff
==============================================================================
--- lld/trunk/COFF/PDB.cpp (original)
+++ lld/trunk/COFF/PDB.cpp Tue Oct 15 02:46:33 2019
@@ -1789,7 +1789,7 @@ static bool findLineTable(const SectionC
}
// Use CodeView line tables to resolve a file and line number for the given
-// offset into the given chunk and return them, or {"", 0} if a line table was
+// offset into the given chunk and return them, or None if a line table was
// not found.
Optional<std::pair<StringRef, uint32_t>>
getFileLineCodeView(const SectionChunk *c, uint32_t addr) {
More information about the llvm-commits
mailing list