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

Markus Mützel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 03:25:14 PDT 2022


mmuetzel added a comment.

In D126291#3555556 <https://reviews.llvm.org/D126291#3555556>, @rovka wrote:

> - Update for MinGW.
> - Add `/subsystem:console` to help `link.exe` understand what's going on.
>
> Thanks for all the comments. I don't have a MinGW environment readily available for testing. @mmuetzel Could you test this? Alternatively, do you know whether we have any buildbots that would test this?

Sorry. I don't know how to compile flang in MinGW. (ISTR, I somewhere read that Windows isn't a supported host currently. Is this no longer the case?)
I also know nothing about the available buildbots.

If you could give some pointers to available instructions, I could potentially try to set up an MSYS2 environment for this.


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

https://reviews.llvm.org/D126291



More information about the cfe-commits mailing list