Skip to content

Commit a9cdbf6

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_shared' into users/meinersbur/flang_runtime_remove-FLANG_INCLUDE_RUNTIME
2 parents e1f085f + 0ac4e0b commit a9cdbf6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

flang/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -530,12 +530,7 @@ include(GetClangResourceDir)
530530
get_clang_resource_dir(HEADER_BINARY_DIR PREFIX ${LLVM_LIBRARY_OUTPUT_INTDIR}/.. SUBDIR include)
531531
configure_file(
532532
${FLANG_SOURCE_DIR}/include/flang/ISO_Fortran_binding.h
533-
${HEADER_BINARY_DIR}/ISO_Fortran_binding.h COPYONLY)
534-
535-
# llvm-test-suite fails if it does not find the the file in this location.
536-
configure_file(
537-
${FLANG_SOURCE_DIR}/include/flang/ISO_Fortran_binding.h
538-
${LLVM_RUNTIME_OUTPUT_INTDIR}/../include/flang COPYONLY)
533+
${HEADER_BINARY_DIR}/ISO_Fortran_binding.h)
539534

540535
# And also install it into the install area
541536
get_clang_resource_dir(HEADER_INSTALL_DIR SUBDIR include)

0 commit comments

Comments
 (0)