[clang] [openmp] [OpenMP] Fix runtime problem due wrong map size. (PR #74692)

via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 08:30:13 PST 2023


================
@@ -0,0 +1,23 @@
+// clang-format off
+// RUN: %libomptarget-compilexx-generic && env LIBOMPTARGET_DEBUG=1 %libomptarget-run-generic 2>&1 | %fcheck-generic
+// clang-format on
+
+struct DataTy {
+  float a;
+  float b[2];
----------------
jyu2-git wrote:

Thanks.  I changed that.

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


More information about the cfe-commits mailing list