Skip to content

Commit 516c6df

Browse files
committed
Post-merge fixes
1 parent 4b2f932 commit 516c6df

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

flang-rt/unittests/Evaluate/CMakeLists.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ prettyPrintIntrinsicName(fir::FirOpBuilder &builder, mlir::Location loc,
778778
// Generate a call to the Fortran runtime library providing
779779
// support for 128-bit float math.
780780
// On 'HAS_LDBL128' targets the implementation
781-
// is provided by FortranRuntime, otherwise, it is done via
781+
// is provided by flang_rt, otherwise, it is done via
782782
// FortranFloat128Math library. In the latter case the compiler
783783
// has to be built with FLANG_RUNTIME_F128_MATH_LIB to guarantee
784784
// proper linking actions in the driver.

0 commit comments

Comments
 (0)