[all-commits] [llvm/llvm-project] dc6b3f: [ELF] Drop an unneeded reference to `symtab` from ...

William Moses via All-commits all-commits at lists.llvm.org
Mon Jul 6 12:06:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dc6b3f03a872a1c551613e49db1d07bbdd8bfebb
      https://github.com/llvm/llvm-project/commit/dc6b3f03a872a1c551613e49db1d07bbdd8bfebb
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M lld/ELF/SymbolTable.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list