mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-01 07:30:31 +00:00
Fix a small typo, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8b0418d96
commit
a560067ac9
@ -238,7 +238,7 @@ void WinCodeViewLineTables::endModule() {
|
||||
Asm->EmitInt32(8 * NumFilenames);
|
||||
for (size_t I = 0, E = FileNameRegistry.Filenames.size(); I != E; ++I) {
|
||||
StringRef Filename = FileNameRegistry.Filenames[I];
|
||||
// For each unique filename, just write it's offset in the string table.
|
||||
// For each unique filename, just write its offset in the string table.
|
||||
Asm->EmitInt32(FileNameRegistry.Infos[Filename].StartOffset);
|
||||
// The function name offset is not followed by any additional data.
|
||||
Asm->EmitInt32(0);
|
||||
|
Loading…
Reference in New Issue
Block a user