Skip to content

Commit 0ac4e0b

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
2 parents f301045 + 1796827 commit 0ac4e0b

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
@@ -557,12 +557,7 @@ include(GetClangResourceDir)
557557
get_clang_resource_dir(HEADER_BINARY_DIR PREFIX ${LLVM_LIBRARY_OUTPUT_INTDIR}/.. SUBDIR include)
558558
configure_file(
559559
${FLANG_SOURCE_DIR}/include/flang/ISO_Fortran_binding.h
560-
${HEADER_BINARY_DIR}/ISO_Fortran_binding.h COPYONLY)
561-
562-
# llvm-test-suite fails if it does not find the the file in this location.
563-
configure_file(
564-
${FLANG_SOURCE_DIR}/include/flang/ISO_Fortran_binding.h
565-
${LLVM_RUNTIME_OUTPUT_INTDIR}/../include/flang COPYONLY)
560+
${HEADER_BINARY_DIR}/ISO_Fortran_binding.h)
566561

567562
# And also install it into the install area
568563
get_clang_resource_dir(HEADER_INSTALL_DIR SUBDIR include)

0 commit comments

Comments
 (0)