Skip to content

Commit 42c79f7

Browse files
authored
Fix build flang issue. (#100736)
1 parent 67a55e0 commit 42c79f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ static bool parseFloatingPointArgs(CompilerInvocation &invoc,
10721072
opts.setFPContractMode(fpContractMode);
10731073
}
10741074

1075-
if (args.getLastArg(clang::driver::options::OPT_menable_no_infinities)) {
1075+
if (args.getLastArg(clang::driver::options::OPT_menable_no_infs)) {
10761076
opts.NoHonorInfs = true;
10771077
}
10781078

0 commit comments

Comments
 (0)