[all-commits] [llvm/llvm-project] 7b275a: [LLD][COFF] Add support for IMPORT_NAME_EXPORTAS i...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Sun Mar 10 16:13:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b275aa2438c22604505d618dd37ee60052f2800
https://github.com/llvm/llvm-project/commit/7b275aa2438c22604505d618dd37ee60052f2800
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M lld/COFF/InputFiles.cpp
A lld/test/COFF/exportas.test
Log Message:
-----------
[LLD][COFF] Add support for IMPORT_NAME_EXPORTAS import library names. (#83211)
This allows handling importlibs produced by llvm-dlltool in #78772.
ARM64EC import libraries use it by default, but it's supported by MSVC
link.exe on other platforms too.
This also avoids assuming null-terminated input, like in #78769.
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