[all-commits] [llvm/llvm-project] fbcf6b: [lld] Remove unused DenseMapInfo::getTombstoneKey ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jun 1 14:07:22 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbcf6bbf35a176a27ce8ca509c00d6b5c8a8c064
https://github.com/llvm/llvm-project/commit/fbcf6bbf35a176a27ce8ca509c00d6b5c8a8c064
Author: Fangrui Song <i at maskray.me>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M lld/COFF/Chunks.h
M lld/MachO/ConcatOutputSection.h
M lld/wasm/SyntheticSections.h
Log Message:
-----------
[lld] Remove unused DenseMapInfo::getTombstoneKey (#200636)
#200595 changed DenseMap to no longer create tombstone buckets, so
DenseMapInfo<T>::getTombstoneKey() is never called. Remove dead
definitions and dead tombstone branches.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list