@@ -1169,17 +1169,17 @@ defm cx_fortran_rules: BoolOptionWithoutMarshalling<"f", "cx-fortran-rules",
1169
1169
1170
1170
defm offload_fp32_prec_div: BoolOption<"f", "offload-fp32-prec-div",
1171
1171
LangOpts<"OffloadFP32PrecDiv">, DefaultTrue,
1172
- PosFlag<SetTrue, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1172
+ PosFlag<SetTrue, [], [ClangOption, CLOption, CC1Option], "fdiv operations in offload device "
1173
1173
"code are required to return correctly rounded results.">,
1174
- NegFlag<SetFalse, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1174
+ NegFlag<SetFalse, [], [ClangOption, CLOption, CC1Option], "fdiv operations in offload device "
1175
1175
"code are not required to return correctly rounded results.">>,
1176
1176
Group<f_Group>;
1177
1177
1178
1178
defm offload_fp32_prec_sqrt: BoolOption<"f", "offload-fp32-prec-sqrt",
1179
1179
LangOpts<"OffloadFP32PrecSqrt">, DefaultTrue,
1180
- PosFlag<SetTrue, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1180
+ PosFlag<SetTrue, [], [ClangOption, CLOption, CC1Option], "sqrt operations in offload device "
1181
1181
"code are required to return correctly rounded results.">,
1182
- NegFlag<SetFalse, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1182
+ NegFlag<SetFalse, [], [ClangOption, CLOption, CC1Option], "sqrt operations in offload device "
1183
1183
"code are not required to return correctly rounded results.">>,
1184
1184
Group<f_Group>;
1185
1185
0 commit comments