[all-commits] [llvm/llvm-project] 988a03: [ELF] Add some Mips*Section to InStruct and change...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jan 29 23:55:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 988a03c5851d183855026ef0b5bd8347e2217a2c
https://github.com/llvm/llvm-project/commit/988a03c5851d183855026ef0b5bd8347e2217a2c
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-29 (Sat, 29 Jan 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Add some Mips*Section to InStruct and change make<Mips*Section> to std::make_unique
Similar to D116143. My x86-64 lld executable is 20+KiB smaller.
More information about the All-commits
mailing list