[flang-commits] [flang] [flang] Put ISO_Fortran_binding.h where it can be easily used (PR #68756)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Fri Oct 13 11:54:35 PDT 2023
================
@@ -64,6 +64,7 @@ set(FLANG_TEST_DEPENDS
FortranRuntime
Fortran_main
FortranDecimal
+ clang
----------------
vzakhari wrote:
I do not think the "dependency" I am talking about is a problem. If we move the LIT tests into clang source tree, and do not use `flang-new` in the test, then the only dependency is the ability for `clang` CMake code to access `ISO_Fortran_binding.h`, which is already a part of the LLVM source tree. So it should not be a problem.
Anyway, I am okay with keeping it as-is, but without having the `clang` dependency for `check-flang`. Moving the LIT test out of the tree should "resolve" this.
https://github.com/llvm/llvm-project/pull/68756
More information about the flang-commits
mailing list