[all-commits] [llvm/llvm-project] eb3733: [ELF] Change mipsGotIndex to uint32_t
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 21 20:20:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb37330ac77774a9fe030aaa3c5759afa3377db5
https://github.com/llvm/llvm-project/commit/eb37330ac77774a9fe030aaa3c5759afa3377db5
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M lld/ELF/InputFiles.h
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[ELF] Change mipsGotIndex to uint32_t
This does not decrease sizeof(InputSection) (important for memory usage) on
ELF64 by itself but allows we to add another uint32_t.
More information about the All-commits
mailing list