[all-commits] [llvm/llvm-project] cde996: [lld/COFF] Remove needless indirection

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Dec 17 13:27:49 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cde996c31d6fb6ae1bbbc79aa71dff2b7fc0a8ae
      https://github.com/llvm/llvm-project/commit/cde996c31d6fb6ae1bbbc79aa71dff2b7fc0a8ae
  Author: Nico Weber <thakis at chromium.org>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

  Changed paths:
    M lld/COFF/SymbolTable.cpp

  Log Message:
  -----------
  [lld/COFF] Remove needless indirection

`symtab.ctx.symtab` is just `symtab`. Looks like #119296 added
this using a global find-and-replace.

This was the only instance of `symtab.ctx.symtab` in lld/.

No behavior change.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list