summaryrefslogtreecommitdiff
path: root/flang/README.md
diff options
context:
space:
mode:
authorpeter klausler <pklausler@nvidia.com>2018-08-03 16:11:29 -0700
committerpeter klausler <pklausler@nvidia.com>2018-08-03 16:11:29 -0700
commitfd3a82772f2cf09b0e8857b2cff64d96a835d8a9 (patch)
treeddd87913f9cf73affacbd79712022bed87fb3181 /flang/README.md
parentca5c265569f813b7361633217253139d30bce00a (diff)
downloadllvm-fd3a82772f2cf09b0e8857b2cff64d96a835d8a9.tar.gz
[flang] Update README to reflect buildability with GCC 8.2.0.
Original-commit: flang-compiler/f18@f64a9f5b824b5fdff886a0f136681b71ab1f21fd Reviewed-on: https://github.com/flang-compiler/f18/pull/163
Diffstat (limited to 'flang/README.md')
-rw-r--r--flang/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/flang/README.md b/flang/README.md
index 61fdcd90d247..2dc823482dff 100644
--- a/flang/README.md
+++ b/flang/README.md
@@ -22,9 +22,9 @@ Read more about f18 in the documentation directory.
F18 is written in C++17.
The code has been compiled and tested with
-GCC versions 7.2.0, 7.3.0, and 8.1.0.
+GCC versions 7.2.0, 7.3.0, 8.1.0, and 8.2.0.
The code has been compiled and tested with clang 6.0
-using GCC 7.3.0 or 8.1.0 headers;
+using either GCC 7.3.0 or 8.1.0 headers;
however, the headers needed small patches.
To build and install f18, there are several options