File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ To translate between LLVM IR and SPIR-V:
174
174
llvm-spirv -r input.spv
175
175
```
176
176
Recommended options:
177
- * `-spirv-ocl-builtins-version ` - to specify target version of OpenCL builtins to translate to (default CL1.2)
177
+ * `-spirv-target-env ` - to specify target version of OpenCL builtins to translate to (default CL1.2)
178
178
179
179
3. Other options accepted by `llvm-spirv`
180
180
Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ int main(int Ac, char **Av) {
706
706
SPIRV::TranslatorOpts Opts (MaxSPIRVVersion, ExtensionsStatus);
707
707
if (BIsRepresentation.getNumOccurrences () != 0 ) {
708
708
if (!IsReverse) {
709
- errs () << " Note: --spirv-ocl-builtins-version option ignored as it only "
709
+ errs () << " Note: --spirv-target-env option ignored as it only "
710
710
" affects translation from SPIR-V to LLVM IR" ;
711
711
} else {
712
712
Opts.setDesiredBIsRepresentation (BIsRepresentation);
You can’t perform that action at this time.
0 commit comments