We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1f085f + 0ac4e0b commit a9cdbf6Copy full SHA for a9cdbf6
flang/CMakeLists.txt
@@ -530,12 +530,7 @@ include(GetClangResourceDir)
530
get_clang_resource_dir(HEADER_BINARY_DIR PREFIX ${LLVM_LIBRARY_OUTPUT_INTDIR}/.. SUBDIR include)
531
configure_file(
532
${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)
+ ${HEADER_BINARY_DIR}/ISO_Fortran_binding.h)
539
540
# And also install it into the install area
541
get_clang_resource_dir(HEADER_INSTALL_DIR SUBDIR include)
0 commit comments