[flang-commits] [flang] e4f47c8 - [flang][docs] Remove the out-dated note on Windows support

Andrzej Warzynski via flang-commits flang-commits at lists.llvm.org
Tue Jun 7 01:13:35 PDT 2022


Author: Andrzej Warzynski
Date: 2022-06-07T08:09:26Z
New Revision: e4f47c8e058b708d3fc43c15538154ec0cf46bc2

URL: https://github.com/llvm/llvm-project/commit/e4f47c8e058b708d3fc43c15538154ec0cf46bc2
DIFF: https://github.com/llvm/llvm-project/commit/e4f47c8e058b708d3fc43c15538154ec0cf46bc2.diff

LOG: [flang][docs] Remove the out-dated note on Windows support

Building Flang on Windows *is supported*. It's been tested there for
quite a while now:
  * https://lab.llvm.org/buildbot/#/builders/172

Submitting this without a review as the current note in the readme file
is clearly incorrect.

Added: 
    

Modified: 
    flang/README.md

Removed: 
    


################################################################################
diff  --git a/flang/README.md b/flang/README.md
index 604049a5ebee..d593ac4371d3 100644
--- a/flang/README.md
+++ b/flang/README.md
@@ -150,9 +150,6 @@ AArch64, x86\_64 and ppc64le servers
 with CentOS7, Ubuntu18.04, Rhel, MacOs, Mojave, XCode and
 Apple Clang version 10.0.1.
 
-The code does not compile with Windows and a compiler that does not have
-support for C++17.
-
 ### Building flang with GCC
 
 By default,


        


More information about the flang-commits mailing list