Skip to content

Commit 3cb5bb2

Browse files
committed
fixup! [RISCV] Support svukte extension
1 parent 4d7ab7f commit 3cb5bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/RISCVUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ The primary goal of experimental support is to assist in the process of ratifica
329329
``experimental-smctr``, ``experimental-ssctr``
330330
LLVM implements the `1.0-rc3 specification <https://github.com/riscv/riscv-control-transfer-records/releases/tag/v1.0_rc3>`__.
331331

332-
``experimental-svukte``, ``experimental-svukte``
332+
``experimental-svukte``
333333
LLVM implements the `0.3 draft specification <https://github.com/riscv/riscv-isa-manual/pull/1564>`__.
334334

335335
To use an experimental extension from `clang`, you must add `-menable-experimental-extensions` to the command line, and specify the exact version of the experimental extension you are using. To use an experimental extension with LLVM's internal developer tools (e.g. `llc`, `llvm-objdump`, `llvm-mc`), you must prefix the extension name with `experimental-`. Note that you don't need to specify the version with internal tools, and shouldn't include the `experimental-` prefix with `clang`.

0 commit comments

Comments
 (0)