The load configuration is mandatory for ARM64EC binaries, and the MSVC linker emits a warning when it is missing. It makes sense, so I plan to add a similar warning to lld-link. Since the configure scripts treat linker warnings as errors, defining the load configuration ensures future compatibility.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6992