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/…
[View More]mstorsjo/llvm-mingw
Makefile.in | 1 +
configure.ac | 2 ++
tools/makedep.c | 21 ++++++++++++++++-----
3 files changed, 19 insertions(+), 5 deletions(-)
[View Less]