Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 28b675d

Browse files
Sylvester Hespeddyb
authored andcommitted
Update wording on --no-spirt
Co-authored-by: Eduard-Mihai Burtescu <[email protected]>
1 parent dd79d4d commit 28b675d

File tree

1 file changed

+1
-1
lines changed
  • crates/rustc_codegen_spirv/src/codegen_cx

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/codegen_cx/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ impl CodegenArgs {
362362
opts.optflag(
363363
"",
364364
"no-spirt",
365-
"disable SPIR-T for legalization (see also `docs/src/codegen-args.md`)",
365+
"disable using SPIR-T for legalization (see also `docs/src/codegen-args.md`)",
366366
);
367367
opts.optmulti(
368368
"",

0 commit comments

Comments
 (0)