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 86abee8 commit 5ea0d06Copy full SHA for 5ea0d06
lld/ELF/SymbolTable.h
@@ -82,11 +82,6 @@ class SymbolTable {
82
llvm::DenseMap<llvm::CachedHashStringRef, int> SymMap;
83
std::vector<Symbol *> SymVector;
84
85
- // Comdat groups define "link once" sections. If two comdat groups have the
86
- // same name, only one of them is linked, and the other is ignored. This set
87
- // is used to uniquify them.
88
- llvm::DenseSet<llvm::CachedHashStringRef> ComdatGroups;
89
-
90
// A map from demangled symbol names to their symbol objects.
91
// This mapping is 1:N because two symbols with different versions
92
// can have the same name. We use this map to handle "extern C++ {}"
0 commit comments