[all-commits] [llvm/llvm-project] 3a5146: [LLD][COFF] Add support for delay-load imports on ...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Tue Jan 28 04:06:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a51466caf93b179f859175b7fe87018a2607e6c
https://github.com/llvm/llvm-project/commit/3a51466caf93b179f859175b7fe87018a2607e6c
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M lld/COFF/DLL.cpp
A lld/test/COFF/arm64x-delayimport.test
Log Message:
-----------
[LLD][COFF] Add support for delay-load imports on ARM64X (#124600)
For each imported module, emit null-terminated native import entries,
followed by null-terminated EC entries. If a view lacks imports for a
given module, only terminators are emitted. Use ARM64X relocations to
skip native entries in the EC view.
Move `delayLoadHelper` and `tailMergeUnwindInfoChunk` to `SymbolTable`
since they are different for each symbol table.
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