Skip to content

Commit 40e543f

Browse files
svenvhvmaksimo
authored andcommitted
[docs] Update --spirv-max-version allowed values
Original commit: KhronosGroup/SPIRV-LLVM-Translator@ef0015c
1 parent 49d74a8 commit 40e543f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm-spirv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ the version of the SPIR-V file which is being generated/consumed.
173173
the input file and emit an error if the SPIR-V version in it is higher than
174174
one specified via this option.
175175
176-
Allowed values are `1.0`/`1.1`.
176+
Allowed values are `1.0`, `1.1`, `1.2`, `1.3`, and `1.4`.
177177
178178
More information can be found in
179179
[SPIR-V versions and extensions handling](docs/SPIRVVersionsAndExtensionsHandling.rst)

llvm-spirv/docs/SPIRVVersionsAndExtensionsHandling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the version of the SPIR-V file which is being generated/consumed.
6565
one exception: resulting SPIR-V version cannot be raised higher than
6666
specified by this option.
6767

68-
Allowed values are ``1.0`` and ``1.1``.
68+
Allowed values are ``1.0``, ``1.1``, ``1.2``, ``1.3``, and ``1.4``.
6969

7070
.. warning::
7171
These two options are mutually exclusive and cannot be specified at the

0 commit comments

Comments
 (0)