[all-commits] [llvm/llvm-project] f9e3ca: [ELF] Move Symbol::needsTlsLd to config->needsTlsL...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Feb 5 15:33:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9e3ca542ec17a0aa706bb51dcddf7fc6f0988ac
https://github.com/llvm/llvm-project/commit/f9e3ca542ec17a0aa706bb51dcddf7fc6f0988ac
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Relocations.cpp
M lld/ELF/Symbols.h
M lld/test/ELF/i386-tls-dynamic.s
M lld/test/ELF/ppc64-tls-missing-gdld.s
Log Message:
-----------
[ELF] Move Symbol::needsTlsLd to config->needsTlsLd. NFC
to decrease sizeof(SymbolUnion) from 72 to 64 on ELF64 platforms.
More information about the All-commits
mailing list