[all-commits] [llvm/llvm-project] 4da38c: [lld] Rename addCombinedLTOObjects to match ELF dr...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Oct 28 11:46:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4da38c14d00cf7348e58e8222452038b1d5df84c
      https://github.com/llvm/llvm-project/commit/4da38c14d00cf7348e58e8222452038b1d5df84c
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M lld/COFF/Driver.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/SymbolTable.h
    M lld/wasm/Driver.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h

  Log Message:
  -----------
  [lld] Rename addCombinedLTOObjects to match ELF driver. NFC

This function was renamed in https://reviews.llvm.org/D62291.
The new name seems more accurate and also its good to maintain
some consistency between these methods in the different drivers.

Differential Revision: https://reviews.llvm.org/D112719




More information about the All-commits mailing list