Skip to content

Commit b494dfe

Browse files
cmticeMaskRay
authored andcommitted
[lld][ELF] Implement merged .debug_names section.
Fix comment,
1 parent 112e37c commit b494dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/SyntheticSections.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3458,7 +3458,7 @@ DebugNamesSection<ELFT> *DebugNamesSection<ELFT>::create() {
34583458
ret->getMergedAbbrevTable(inputChunks);
34593459
ret->getMergedSymbols(inputChunks);
34603460
ret->computeUniqueHashes(inputChunks);
3461-
// inputChunks are needed any more. Reset now to save memory.
3461+
// inputChunks are not needed any more. Reset now to save memory.
34623462
inputChunksPtr.reset();
34633463
ret->generateBuckets();
34643464
ret->calculateEntriesSizeAndOffsets();

0 commit comments

Comments
 (0)