[all-commits] [llvm/llvm-project] e48b1c: [ELF] Make Partition members unique_ptr and remove...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Dec 22 21:34:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e48b1c8a27f0fbd791edc8e45756b268caadfa66
https://github.com/llvm/llvm-project/commit/e48b1c8a27f0fbd791edc8e45756b268caadfa66
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-22 (Wed, 22 Dec 2021)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/LinkerScript.cpp
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Make Partition members unique_ptr and remove associate make<XXX>
See D116143 for benefits. My lld executable (x86-64) is 103+KiB smaller.
More information about the All-commits
mailing list