doc: update installing_from_source for LLVM 3.9 transitionl

This commit is contained in:
whitequark 2016-11-18 10:35:36 +00:00
parent c7844d5223
commit 2015fe9de0
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ and the ARTIQ kernels.
* Install LLVM and Clang: ::
$ cd ~/artiq-dev
$ 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
$ cd llvm-or1k
$ 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
$ mkdir build
$ cd build