Skip to content

Commit

Permalink
Merge pull request #76 from coldav/colin/fix_llvm_version
Browse files Browse the repository at this point in the history
Updated documentation to mention 16.0.6 LLVM versions
  • Loading branch information
coldav authored Aug 8, 2023
2 parents 8e895d8 + 5117e07 commit d9da755
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 d9da755

Please sign in to comment.