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 f301045 + 1796827 commit 0ac4e0bCopy full SHA for 0ac4e0b
flang/CMakeLists.txt
@@ -557,12 +557,7 @@ include(GetClangResourceDir)
557
get_clang_resource_dir(HEADER_BINARY_DIR PREFIX ${LLVM_LIBRARY_OUTPUT_INTDIR}/.. SUBDIR include)
558
configure_file(
559
${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)
+ ${HEADER_BINARY_DIR}/ISO_Fortran_binding.h)
566
567
# And also install it into the install area
568
get_clang_resource_dir(HEADER_INSTALL_DIR SUBDIR include)
0 commit comments