You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Flang is a Fortran compiler targeting LLVM.
5
5
6
6
## Prerequisites
7
7
8
-
Building LLVM requires fairly modern compiler toolchain and CMake, check [Getting started with LLVM](http://llvm.org/releases/3.9.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library) and [Building LLVM with CMake][llvm-cmake] for the full list.
8
+
Building LLVM requires fairly modern compiler toolchain and CMake, check [Getting started with LLVM](http://llvm.org/releases/4.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library) and [Building LLVM with CMake][llvm-cmake] for the full list.
9
9
10
10
## Dependencies
11
11
@@ -29,7 +29,7 @@ Flang is developed outside of the llvm source tree.
29
29
30
30
#### Step-by-step instructions
31
31
32
-
1. Get LLVM 3.9, build and install it according to [instructions][llvm-cmake]
32
+
1. Get LLVM 4.0, build and install it according to [instructions][llvm-cmake]
33
33
```
34
34
cd where/you/want/to/build
35
35
git clone https://github.com/llvm-mirror/llvm.git
@@ -41,7 +41,7 @@ Flang is developed outside of the llvm source tree.
41
41
sudo make install
42
42
```
43
43
44
-
2. Get the modified clang for flang, build and install it (3.9)
44
+
2. Get the modified clang for flang, build and install it (4.0)
0 commit comments