Skip to content

Commit 333e12a

Browse files
committed
add comment
Created using spr 1.3.6-beta.1
1 parent 8bddfc0 commit 333e12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/ELF/LinkerScript.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ class LinkerScript final {
433433
//
434434
// then provideMap should contain the mapping: 'v' -> ['a', 'b', 'c']
435435
llvm::MapVector<StringRef, SmallVector<StringRef, 0>> provideMap;
436+
// Store defined symbols that should ignore PROVIDE commands.
436437
llvm::DenseSet<Symbol *> unusedProvideSyms;
437438

438439
// List of potential spill locations (PotentialSpillSection) for an input

0 commit comments

Comments
 (0)