diff --git a/doc/developer-guide.md b/doc/developer-guide.md index 04f2d80f9..051e84939 100644 --- a/doc/developer-guide.md +++ b/doc/developer-guide.md @@ -718,11 +718,8 @@ a specialised build of of LLVM for the cross-compilation target. In this guide, the following environment variables are assumed. ```sh -# name of the release branch according to ca-llvm repository convention, e.g. -LLVMBranch=release_100 - -# or equivalent path for upstream LLVM build -LLVMNativeBuild=/absolute/path/to/ca-llvm/build/${LLVMBranch} +# path to upstream LLVM build +LLVMNativeBuild=/absolute/path/to/native_llvm/build # usually equivalent to ${LLVMNativeBuild}/install LLVMNativeInstall=${CMAKE_INSTALL_PREFIX} diff --git a/doc/overview/compiler/supported-llvm-versions.rst b/doc/overview/compiler/supported-llvm-versions.rst index a255337b9..bcb41bb4a 100644 --- a/doc/overview/compiler/supported-llvm-versions.rst +++ b/doc/overview/compiler/supported-llvm-versions.rst @@ -9,11 +9,11 @@ Host .. rubric:: Supported - tested daily - 15.0.0 (Any released version) -- 16.0.4+ +- 16.0.6+ RISC-V ------ .. rubric:: Supported - tested daily -- 16.0.4+ +- 16.0.6+