Skip to content

Commit

Permalink
Updated documentation to mention 16.0.6 LLVM versions
Browse files Browse the repository at this point in the history
Also removed out of date references to ca-llvm.
  • Loading branch information
coldav committed Aug 3, 2023
1 parent 6c7d580 commit 5117e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions doc/overview/compiler/supported-llvm-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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+

0 comments on commit 5117e07

Please sign in to comment.