[Openmp-commits] [flang] [openmp] [OpenMP] [Flang] Fix Issue llvm#76121 (PR #82221)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Sun Mar 3 22:20:20 PST 2024
================
@@ -0,0 +1,27 @@
+!RUN: %flang %s -o %t -fopenmp && %t | FileCheck %s
----------------
shiltian wrote:
I don't think this test can work here. It needs to be moved into `openmp'/runtime/test`, but it currently lacks of the infrastructure to handle it in `libomp`. Check `openmp/libomptarget/test/lit.site.cfg.in` on how we handle Fortran test cases in `libomptarget`.
https://github.com/llvm/llvm-project/pull/82221
More information about the Openmp-commits
mailing list