[all-commits] [llvm/llvm-project] 446965: [llvm-dlltool] Handle import renaming using other ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Jul 16 13:17:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 446965070149d53374ee4d3010789673083fb11c
https://github.com/llvm/llvm-project/commit/446965070149d53374ee4d3010789673083fb11c
Author: Martin Storsjö <martin at martin.st>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M llvm/lib/Object/COFFImportFile.cpp
M llvm/test/tools/llvm-dlltool/coff-decorated.def
Log Message:
-----------
[llvm-dlltool] Handle import renaming using other name types, when possible (#98228)
This avoids needing to use weak aliases for these cases. (Weak
aliases only work if there's another, regular import entry that
provide the desired symbol from the DLL.)
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