Skip to content

Commit 57e9dd1

Browse files
committed
iso_fortran_env_impl.mod still required
1 parent a05640a commit 57e9dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/tools/f18/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (NOT CMAKE_CROSSCOMPILING)
7272
set(depends ${FLANG_INTRINSIC_MODULES_DIR}/__cuda_builtins.mod)
7373
else()
7474
set(depends ${FLANG_INTRINSIC_MODULES_DIR}/__fortran_builtins.mod)
75-
if(${filename} STREQUAL "iso_fortran_env" AND FLANG_INCLUDE_RUNTIME)
75+
if(${filename} STREQUAL "iso_fortran_env")
7676
set(depends ${depends} ${FLANG_INTRINSIC_MODULES_DIR}/iso_fortran_env_impl.mod)
7777
endif()
7878
if(${filename} STREQUAL "ieee_arithmetic" OR

0 commit comments

Comments
 (0)