We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bddfc0 commit 333e12aCopy full SHA for 333e12a
lld/ELF/LinkerScript.h
@@ -433,6 +433,7 @@ class LinkerScript final {
433
//
434
// then provideMap should contain the mapping: 'v' -> ['a', 'b', 'c']
435
llvm::MapVector<StringRef, SmallVector<StringRef, 0>> provideMap;
436
+ // Store defined symbols that should ignore PROVIDE commands.
437
llvm::DenseSet<Symbol *> unusedProvideSyms;
438
439
// List of potential spill locations (PotentialSpillSection) for an input
0 commit comments