Skip to content

Commit 28c33f8

Browse files
committed
Update README.md to reference llvm 4.0.
1 parent ff6894f commit 28c33f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)