From 2015fe9de061d3a7f912e13be7caf337d1d245ea Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 18 Nov 2016 10:35:36 +0000 Subject: [PATCH] doc: update installing_from_source for LLVM 3.9 transitionl --- doc/manual/installing_from_source.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing_from_source.rst b/doc/manual/installing_from_source.rst index 32d1e3481..c25e74bdf 100644 --- a/doc/manual/installing_from_source.rst +++ b/doc/manual/installing_from_source.rst @@ -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