[Openmp-commits] [PATCH] D149892: [OpenMP][libomp] Implement KMP_DLSYM_NEXT on Windows

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu May 4 12:35:27 PDT 2023


hbae created this revision.
hbae added reviewers: tlwilmar, jlpeyton, Nawrin.
hbae added a project: OpenMP.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
hbae requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: jplehr, sstefan1.

The interop API routines try to invoke external entries, but we did
not have support for KMP_DLSYM_NEXT on Windows. Also added proper
guards for STUB build.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149892

Files:
  openmp/runtime/src/kmp_ftn_entry.h
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149892.519607.patch
Type: text/x-patch
Size: 5510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230504/a585285d/attachment.bin>


More information about the Openmp-commits mailing list