Displaying 1 result from an estimated 1 matches for "9d51ab44".
2016 Mar 18
2
lld COFF auto-import feature
I read the thread (
http://lists.llvm.org/pipermail/llvm-dev/2016-February/096115.html ).
I think the wonderful feature of the MinGW/Cygwin ld is the option
--enable-auto-import.
The option is limited to COFF, but LINK.exe doesn't have it.
Could we add the feature to lld-link ?
If it is possible, many people will change the coding pattern for using
DLL. -- no more if-def declspec(dllimport)