[Openmp-commits] [PATCH] D93429: [OpenMP] Add definitions for 5.1 interop to omp.h

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 17 08:31:38 PST 2020


hbae marked an inline comment as done.
hbae added inline comments.


================
Comment at: openmp/runtime/src/include/omp.h.var:172
+
+    #define omp_interop_none 0
+
----------------
jdoerfert wrote:
> Do we really want/need to define it or can we provide a constant variable, nicer for debugging I think.
I prefer defining it, and we also have similar definitions in omp-tools.h.var.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93429/new/

https://reviews.llvm.org/D93429



More information about the Openmp-commits mailing list