Skip to content

Commit

Permalink
Fix build flang issue. (llvm#100736)
Browse files Browse the repository at this point in the history
  • Loading branch information
zahiraam authored Jul 26, 2024
1 parent 67a55e0 commit 42c79f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/lib/Frontend/CompilerInvocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ static bool parseFloatingPointArgs(CompilerInvocation &invoc,
opts.setFPContractMode(fpContractMode);
}

if (args.getLastArg(clang::driver::options::OPT_menable_no_infinities)) {
if (args.getLastArg(clang::driver::options::OPT_menable_no_infs)) {
opts.NoHonorInfs = true;
}

Expand Down

0 comments on commit 42c79f7

Please sign in to comment.