[PATCH] makedep: Support using MSVC-style delayload linking.
1 Aug
2019
1 Aug
'19
11:18 a.m.
llvm-dlltool doesn't support support delay import lib, but we don't need them if linker itself supports delayload. lld-link supports it, so use it when possible. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- With this patch, it's possible to do 64-bit build with llvm-mingw [1]. No extra config arguments are needed. 32-bit builds need a bit more fixes. Also, it won't work yet, mostly because export tables are broken. I have patches for that. [1] https://github.com/mstorsjo/llvm-mingw Makefile.in | 1 + configure.ac | 2 ++ tools/makedep.c | 21 ++++++++++++++++----- 3 files changed, 19 insertions(+), 5 deletions(-)
2334
Age (days ago)
2334
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban