Skip to content

Commit 0bb929e

Browse files
theurichbena-nasa
authored andcommitted
Turns out that libFortranRuntime was replaced with libflang_rt.runtime.
See llvm/llvm-project#122341.
1 parent 8c4d54a commit 0bb929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_config/Linux.llvm.default/build_rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ ESMF_F90LINKLIBS += -lrt -lstdc++ -ldl
239239
############################################################
240240
# Link against libesmf.a using the C++ linker front-end
241241
#
242-
ESMF_CXXLINKLIBS += -lrt -lFortranDecimal -lstdc++ -lm -ldl
242+
ESMF_CXXLINKLIBS += -lrt -lFortranDecimal -lflang_rt.runtime -lstdc++ -lm -ldl
243243

244244
############################################################
245245
# Linker option that ensures that the specified libraries are

0 commit comments

Comments
 (0)