[all-commits] [llvm/llvm-project] d019de: [ELF] Make InStruct members unique_ptr and remove ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Dec 22 21:11:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d019de23a1d761225fdaf0c47394ba58143aea9a
      https://github.com/llvm/llvm-project/commit/d019de23a1d761225fdaf0c47394ba58143aea9a
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M lld/ELF/InputFiles.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Writer.cpp

  Log Message:
  -----------
  [ELF] Make InStruct members unique_ptr and remove associate make<XXX>

See D116143 for benefits. My lld executable (x86-64) is 24+KiB smaller.




More information about the All-commits mailing list