[all-commits] [llvm/llvm-project] 286c11: [ELF] Decrease InputSectionBase::entsize to uint32_t
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Nov 28 19:50:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 286c11165e24a7904328804ba10c332277d18b45
https://github.com/llvm/llvm-project/commit/286c11165e24a7904328804ba10c332277d18b45
Author: Fangrui Song <i at maskray.me>
Date: 2021-11-28 (Sun, 28 Nov 2021)
Changed paths:
M lld/ELF/InputSection.h
Log Message:
-----------
[ELF] Decrease InputSectionBase::entsize to uint32_t
While here, change the sh_addralign argument to uint32_t (InputSection ctor's
argument and the member are uint32_t); add constexpr.
More information about the All-commits
mailing list