[Openmp-commits] [PATCH] D106674: Runtime for Interop directive

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 28 01:39:36 PST 2022


mstorsjo added inline comments.


================
Comment at: openmp/runtime/src/dllexports:553
+    omp_get_interop_ptr                     761
+    omp_get_interop_str                     762
 
----------------
jdoerfert wrote:
> Those values are taken by now, you need new values that are not taken yet.
This broke building for Windows:
```
generate-def.pl: (x) Error parsing file "llvm-project/openmp/runtime/src/dllexports" line 556:
generate-def.pl: (x)         omp_get_interop_int                     2514
generate-def.pl: (x) Ordinal of user-callable entry must be < 1000
```



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106674



More information about the Openmp-commits mailing list