You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LLD][COFF] Call setLocation on DelayAddressChunk when inserting into the addresses vector (NFC) (llvm#124736)
This change prepares for ARM64X delay-load imports support (llvm#124600).
Delaying the `setLocation` call is problematic on ARM64X because the
order of addresses may not align with the order of symbols.
0 commit comments