Skip to content

Commit ca8b5e8

Browse files
committed
Fixed FLANG_RUNTIME_F128_MATH_LIB build.
1 parent c798a2b commit ca8b5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ static mlir::Value genLibF128Call(fir::FirOpBuilder &builder,
703703
libFuncType);
704704
fir::emitFatalError(loc, message, /*genCrashDiag=*/false);
705705
#else // FLANG_RUNTIME_F128_MATH_LIB
706-
return genLibCall(builder, loc, libFuncName, libFuncType, args);
706+
return genLibCall(builder, loc, mathOp, libFuncType, args);
707707
#endif // FLANG_RUNTIME_F128_MATH_LIB
708708
}
709709

0 commit comments

Comments
 (0)