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

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Oct 12 01:51:17 PDT 2023


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

Is this pulling in all of `clang`? Do we really need that? If this is only for testing, can we use `REQUIRES: clang` in the test to make sure clang is available?

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


More information about the flang-commits mailing list