Skip to content

Commit 2015fe9

Browse files
author
whitequark
committedNov 18, 2016
doc: update installing_from_source for LLVM 3.9 transitionl
1 parent c7844d5 commit 2015fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/manual/installing_from_source.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ and the ARTIQ kernels.
4848
* Install LLVM and Clang: ::
4949

5050
$ cd ~/artiq-dev
51-
$ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
51+
$ git clone -b artiq-3.9 https://github.com/m-labs/llvm-or1k
5252
$ cd llvm-or1k
53-
$ git clone -b artiq-3.8 https://github.com/m-labs/clang-or1k tools/clang
53+
$ git clone -b artiq-3.9 https://github.com/m-labs/clang-or1k tools/clang
5454

5555
$ mkdir build
5656
$ cd build

0 commit comments

Comments
 (0)
Please sign in to comment.