[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
Wed Oct 11 15:40:38 PDT 2023


================
@@ -0,0 +1,59 @@
+! UNSUPPORTED: system-windows
+! RUN: split-file %s %t
+! RUN: %clang -c %t/cfile.c
+! RUN: %flang -flang-experimental-hlfir cfile.o %t/src.f90
+! RUN: a.out | FileCheck %s
----------------
vzakhari wrote:

```suggestion
! RUN: %t/ctofortran | FileCheck %s
```

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


More information about the flang-commits mailing list