We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7844d5 commit 2015fe9Copy full SHA for 2015fe9
doc/manual/installing_from_source.rst
@@ -48,9 +48,9 @@ and the ARTIQ kernels.
48
* Install LLVM and Clang: ::
49
50
$ cd ~/artiq-dev
51
- $ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
+ $ git clone -b artiq-3.9 https://github.com/m-labs/llvm-or1k
52
$ cd llvm-or1k
53
- $ git clone -b artiq-3.8 https://github.com/m-labs/clang-or1k tools/clang
+ $ git clone -b artiq-3.9 https://github.com/m-labs/clang-or1k tools/clang
54
55
$ mkdir build
56
$ cd build
0 commit comments