Skip to content

Commit f6cba9c

Browse files
authored
Update flag message
1 parent 44cd96c commit f6cba9c

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
@@ -987,7 +987,7 @@ defm cuda_prec_sqrt : BoolFOption<"cuda-prec-sqrt",
987987
BothFlags<[], " that sqrt is correctly rounded (for CUDA devices)">>;
988988
defm nvvm_cuda_approx_tanhf : BoolFOption<"cuda-approx-tanhf",
989989
TargetOpts<"NVVMCudaApproxTanhf">, DefaultFalse,
990-
PosFlag<SetTrue, [CC1Option], "Use the built-in fast approximation of tanhf function. Device needs to have a compute capability >= 8.0">,
990+
PosFlag<SetTrue, [CC1Option], "Only SYCL. Use the built-in fast approximation of tanhf function. Device needs to have a compute capability >= 8.0">,
991991
NegFlag<SetFalse>>;
992992
def rocm_path_EQ : Joined<["--"], "rocm-path=">, Group<i_Group>,
993993
HelpText<"ROCm installation path, used for finding and automatically linking required bitcode libraries.">;

0 commit comments

Comments
 (0)