Skip to content

Commit

Permalink
[ELF] Deleted unused ComdatGroups member variable left by D61854
Browse files Browse the repository at this point in the history
llvm-svn: 361266
  • Loading branch information
MaskRay authored and MrSidims committed May 24, 2019
1 parent b4b9556 commit 161eaf7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lld/ELF/SymbolTable.h
Expand Up @@ -82,11 +82,6 @@ class SymbolTable {
llvm::DenseMap<llvm::CachedHashStringRef, int> SymMap;
std::vector<Symbol *> SymVector;

// Comdat groups define "link once" sections. If two comdat groups have the
// same name, only one of them is linked, and the other is ignored. This set
// is used to uniquify them.
llvm::DenseSet<llvm::CachedHashStringRef> ComdatGroups;

// A map from demangled symbol names to their symbol objects.
// This mapping is 1:N because two symbols with different versions
// can have the same name. We use this map to handle "extern C++ {}"
Expand Down

0 comments on commit 161eaf7

Please sign in to comment.