June 10, 2026
5:11 p.m.
FWIW, LLD did get the checksum field implemented in https://github.com/llvm/llvm-project/commit/3f55853edf93e1bb2e3c9b38fedfb7b8... (available since LLD 16), but it is only filled in if the lld-link parameter `/release` is passed. If linking through `ld.lld`, there's currently no proper flag for doing this, but one can pass `-Xlink=-release` to pass the flag through to the nested `lld-link` interface. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11113#note_142664