[all-commits] [llvm/llvm-project] 773b71: [LLD][X86] Match delayLoad thunk with MSVC (#149521)
Evgenii Kudriashov via All-commits
all-commits at lists.llvm.org
Fri Aug 1 00:10:15 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 773b718c2530d0a8c2d1c4811499e2b3bbf195b8
https://github.com/llvm/llvm-project/commit/773b718c2530d0a8c2d1c4811499e2b3bbf195b8
Author: Evgenii Kudriashov <evgenii.kudriashov at intel.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M lld/COFF/DLL.cpp
M lld/test/COFF/arm64ec-delayimport.test
M lld/test/COFF/arm64x-delayimport.test
M lld/test/COFF/delayimports.test
M lld/test/COFF/delayimporttables.yaml
M lld/test/COFF/giats.s
Log Message:
-----------
[LLD][X86] Match delayLoad thunk with MSVC (#149521)
Previously we saved registers in the shadow space of callee before
calling __delayLoadHelper2. Now we save arguments in the shadow space of
the caller and allocate shadow space for the callee.
Fixes #51941
---------
Co-authored-by: Benjamin Santerre <benjamin.santerre at gmail.com>
(cherry picked from commit 75b79c9238bc083cdff2d2364be40633fdf4d1ad)
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