[all-commits] [llvm/llvm-project] 97a5dc: [lld-macho] Rename LazySymbol to LazyArchive. NFC

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Jan 11 16:49:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97a5dccb7d3a8d8f37e0862aa46668c178360ff2
      https://github.com/llvm/llvm-project/commit/97a5dccb7d3a8d8f37e0862aa46668c178360ff2
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-01-11 (Tue, 11 Jan 2022)

  Changed paths:
    M lld/MachO/InputFiles.cpp
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/UnwindInfoSection.cpp

  Log Message:
  -----------
  [lld-macho] Rename LazySymbol to LazyArchive. NFC

D116913 will add LazyObject. Rename LazySymbol to LazyArchive to avoid confusion
and mirror ELF.

Reviewed By: #lld-macho, Jez Ng

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




More information about the All-commits mailing list