bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/14339] MinGW ld omits stubs when linking delay import library an


From: adamjryan at protonmail dot com
Subject: [Bug ld/14339] MinGW ld omits stubs when linking delay import library and using __declspec(dllimport)
Date: Sun, 02 Jan 2022 21:32:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=14339

Adam J Ryan <adamjryan at protonmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adamjryan at protonmail dot com

--- Comment #3 from Adam J Ryan <adamjryan at protonmail dot com> ---
I've also hit this issue and removing the __declspec(dllimport) resolved it.
In the documentation provided by Microsoft it does mention a compiler
optimisation that is performed when this is added as noted in a previous
comment. Documentation is here
https://docs.microsoft.com/en-us/cpp/build/importing-into-an-application-using-declspec-dllimport?view=msvc-170.
Maybe something could be put into the generated assembly of the static wrapper
library to disable compile optimisation for that block.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]