Files
clang-p2996/lld/ELF/SymbolTable.cpp
William S. Moses dc6b3f03a8 [ELF] Drop an unneeded reference to symtab from SymbolTable::addSymbol
The Symbol Table in LLD references the global object to add a symbol rather than adding it to itself.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D83184
2020-07-06 12:05:54 -07:00

9.7 KiB