[all-commits] [llvm/llvm-project] 070e50: [LLD][ELF] Add missing initialization of Symbol `u...
Andrew Ng via All-commits
all-commits at lists.llvm.org
Wed Jun 10 10:51:11 PDT 2026
Branch: refs/heads/release/22.x
Home: https://github.com/llvm/llvm-project
Commit: 070e505ce21d5bb0aae18704ec3a2660f59b7e3c
https://github.com/llvm/llvm-project/commit/070e505ce21d5bb0aae18704ec3a2660f59b7e3c
Author: Andrew Ng <andrew.ng at sony.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M lld/ELF/Symbols.h
Log Message:
-----------
[LLD][ELF] Add missing initialization of Symbol `used` member.
On the "main" branch, Symbol no longer has the `used` member which was
moved in PR #190117 (commit 6a874161). Therefore, when the cherry pick
from PR #198129 (commit 905a88b9) was merged to the "release/22.x"
branch, the initialization of `used` was lost.
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