From 5117e07f2ba4960b8ba8647dfbfc718a36659a8a Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Wed, 2 Aug 2023 09:56:18 +0100 Subject: [PATCH] Updated documentation to mention 16.0.6 LLVM versions Also removed out of date references to ca-llvm. --- doc/developer-guide.md | 7 ++----- doc/overview/compiler/supported-llvm-versions.rst | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) 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+