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

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 04:12:31 PDT 2022


awarzynski added a comment.

In D126291#3555591 <https://reviews.llvm.org/D126291#3555591>, @mmuetzel wrote:

> ISTR, I somewhere read that Windows isn't a supported host currently. Is this no longer the case?)

Windows is supported: https://lab.llvm.org/buildbot/#/builders/172 :)

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

The only thing that's different to other sub-projects is the value of `LLVM_ENABLE_PROJECTS`, i.e. use `-DLLVM_ENABLE_PROJECTS=clang;mlir;flang;llvm` when running CMake. Keep in mind that Flang is slow to build and consumes lots of memory, sadly.

If we can't test on MinGW, then we could also just add a note in the docs.


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

https://reviews.llvm.org/D126291



More information about the cfe-commits mailing list