Skip to content

Commit

Permalink
[doc] Update list of tested/supported LLVM versions
Browse files Browse the repository at this point in the history
I've removed the distinction between the two targets, as we nominally
support both LLVM versions on each. A bug in either target in either
version of LLVM is valid to report, and as such it is more useful for
users to be aware of what we *claim* to support than what we actively
test. The distinction was more valid in an earlier time when riscv had
its own special patched version of LLVM.

Note that this has always been an overly simplified document; it's
impossible to convey exactly *what* we test in which configurations on
which targets and when, without just providing access to our internal
testing infrastructure.
  • Loading branch information
frasercrmck committed Nov 1, 2023
1 parent cdf1135 commit 1f2b8c9
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions doc/overview/compiler/supported-llvm-versions.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
Supported LLVM Versions
=======================

oneAPI Construction Kit depends on LLVM, Clang and LLD.
The oneAPI Construction Kit depends on LLVM, Clang and (optionally) LLD.

Host
----

.. rubric:: Supported - tested daily

- 15.0.0 (Any released version)
- 16.0.6+

RISC-V
------
All targets
-----------

.. rubric:: Supported - tested daily

- 16.0.6+
- 17.0.3

0 comments on commit 1f2b8c9

Please sign in to comment.