[flang-commits] [flang] [flang] Put ISO_Fortran_binding.h where it can be easily used (PR #68756)

Pete Steinfeld via flang-commits flang-commits at lists.llvm.org
Fri Oct 13 11:30:28 PDT 2023


================
@@ -64,6 +64,7 @@ set(FLANG_TEST_DEPENDS
   FortranRuntime
   Fortran_main
   FortranDecimal
+  clang
----------------
psteinfeld wrote:

Moving the functionality into clang would make clang dependent on flang, which we don't want.  I **do** think we want to keep the file ISO_Fortran_binding.h in the flang project.

https://github.com/llvm/llvm-project/pull/68756


More information about the flang-commits mailing list