[PATCH] D126291: [flang][Driver] Update link job on windows

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 1 09:39:40 PDT 2022


Meinersbur added a comment.

While the test passes now, I still get `LINK : fatal error LNK1561: entry point must be defined` when trying to actually link. Isn't it expected to not work yet?

Linking with `lld-link.exe` does work. objdump says there is a `_QQmain` symbol, why does lld consider this to be the entry point?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126291/new/

https://reviews.llvm.org/D126291



More information about the cfe-commits mailing list