[all-commits] [llvm/llvm-project] 196aed: [ELF] Change vector<InputSection *> to SmallVector...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 1 00:14:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 196aedb8437eb0cf62cfa39581e4f8ad1e68ce43
https://github.com/llvm/llvm-project/commit/196aedb8437eb0cf62cfa39581e4f8ad1e68ce43
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M lld/ELF/ICF.cpp
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Change vector<InputSection *> to SmallVector. NFC
My x86-64 lld executable is 8KiB smaller.
More information about the All-commits
mailing list