From 3cb5bb2fc8013999c95c5400dd042a336a8edc89 Mon Sep 17 00:00:00 2001 From: Brandon Wu Date: Mon, 25 Nov 2024 18:08:30 -0800 Subject: [PATCH] fixup! [RISCV] Support `svukte` extension --- llvm/docs/RISCVUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst index 80d335ff77ed81..bac267591e0152 100644 --- a/llvm/docs/RISCVUsage.rst +++ b/llvm/docs/RISCVUsage.rst @@ -329,7 +329,7 @@ The primary goal of experimental support is to assist in the process of ratifica ``experimental-smctr``, ``experimental-ssctr`` LLVM implements the `1.0-rc3 specification `__. -``experimental-svukte``, ``experimental-svukte`` +``experimental-svukte`` LLVM implements the `0.3 draft specification `__. 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`.