@@ -1169,17 +1169,17 @@ defm cx_fortran_rules: BoolOptionWithoutMarshalling<"f", "cx-fortran-rules",
11691169
11701170 defm offload_fp32_prec_div: BoolOption<"f", "offload-fp32-prec-div",
11711171 LangOpts<"OffloadFP32PrecDiv">, DefaultTrue,
1172- PosFlag<SetTrue, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1172+ PosFlag<SetTrue, [], [ClangOption, CLOption, CC1Option], "fdiv operations in offload device "
11731173 "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 "
11751175 "code are not required to return correctly rounded results.">>,
11761176 Group<f_Group>;
11771177
11781178 defm offload_fp32_prec_sqrt: BoolOption<"f", "offload-fp32-prec-sqrt",
11791179 LangOpts<"OffloadFP32PrecSqrt">, DefaultTrue,
1180- PosFlag<SetTrue, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1180+ PosFlag<SetTrue, [], [ClangOption, CLOption, CC1Option], "sqrt operations in offload device "
11811181 "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 "
11831183 "code are not required to return correctly rounded results.">>,
11841184 Group<f_Group>;
11851185
0 commit comments