Skip to content

Commit 450152d

Browse files
authored
[SYCL][Driver][NFC] Make clang help a bit prettier (#4097)
Add a space and a full stop.
1 parent a63a640 commit 450152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,7 @@ def fsycl_link_targets_EQ : CommaJoined<["-"], "fsycl-link-targets=">, Flags<[No
25772577
HelpText<"Specify comma-separated list of triples SYCL offloading targets to produce linked device images">;
25782578
def fsycl_device_code_split_EQ : Joined<["-"], "fsycl-device-code-split=">,
25792579
Flags<[CC1Option, CoreOption]>, HelpText<"Perform SYCL device code split: per_kernel (device code module is "
2580-
"created for each SYCL kernel) | per_source (device code module is created for each source (translation unit)) | off (no device code split). | auto (use heuristic to select the best way of splitting device code)"
2580+
"created for each SYCL kernel) | per_source (device code module is created for each source (translation unit)) | off (no device code split). | auto (use heuristic to select the best way of splitting device code). "
25812581
"Default is 'auto' - use heuristic to distribute device code across modules">, Values<"per_source, per_kernel, off, auto">;
25822582
def fsycl_device_code_split : Flag<["-"], "fsycl-device-code-split">, Alias<fsycl_device_code_split_EQ>,
25832583
AliasArgs<["auto"]>, Flags<[CC1Option, CoreOption]>,

0 commit comments

Comments
 (0)