File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Building LLVM requires fairly modern compiler toolchain and CMake, check [Gettin
1313- openmp-llvm
1414- modified clang
1515
16- The latest LLVM version we support is 3.9
16+ The latest supported LLVM version is 4.0. Flang also supports LLVM version 3.9. To use 3.9, substitute 39 for 40 in the build instructions.
1717
1818## Building
1919
@@ -34,7 +34,7 @@ Flang is developed outside of the llvm source tree.
3434 cd where/you/want/to/build
3535 git clone https://github.com/llvm-mirror/llvm.git
3636 cd llvm
37- git checkout release_39
37+ git checkout release_40
3838 mkdir build && cd build
3939 cmake ..
4040 make
@@ -46,7 +46,7 @@ Flang is developed outside of the llvm source tree.
4646 cd where/you/want/to/build
4747 git clone https://github.com/flang-compiler/clang.git
4848 cd clang
49- git checkout flang_release_39
49+ git checkout flang_release_40
5050 mkdir build && cd build
5151 cmake ..
5252 make
@@ -58,7 +58,7 @@ Flang is developed outside of the llvm source tree.
5858 cd where/you/want/to/build
5959 git clone https://github.com/llvm-mirror/openmp.git
6060 cd openmp/runtime
61- git checkout release_39
61+ git checkout release_40
6262 mkdir build && cd build
6363 cmake ..
6464 make
You can’t perform that action at this time.
0 commit comments