[all-commits] [llvm/llvm-project] 6602bf: [LLD][COFF] Avoid forcing lazy symbols in loadMinG...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Thu May 29 02:35:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6602bfa721889df597aae046c639e823b1cbb4e7
https://github.com/llvm/llvm-project/commit/6602bfa721889df597aae046c639e823b1cbb4e7
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M lld/COFF/SymbolTable.cpp
A lld/test/COFF/stdcall-alias.s
Log Message:
-----------
[LLD][COFF] Avoid forcing lazy symbols in loadMinGWSymbols during symbol table enumeration (#141593)
Forcing lazy symbols at this point may introduce new entries into the
symbol table. Avoid mutating `symTab` while iterating over it.
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