[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
Wed Oct 11 17:06:07 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
----------------
psteinfeld wrote:
Thanks, Slava. You're a prince!
https://github.com/llvm/llvm-project/pull/68756
More information about the flang-commits
mailing list