[all-commits] [llvm/llvm-project] 43d927: [ELF] Refactor how .gnu.hash and .hash are discarded
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jan 12 12:47:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43d927984c262aa403cc404846a496b7d64c1c67
https://github.com/llvm/llvm-project/commit/43d927984c262aa403cc404846a496b7d64c1c67
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M lld/ELF/LinkerScript.cpp
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[ELF] Refactor how .gnu.hash and .hash are discarded
Switch to the D114180 approach which is simpler and allows gnuHashTab/hashTab to
switch to unique_ptr.
More information about the All-commits
mailing list