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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149892
[OpenMP][libomp] Implement KMP_DLSYM_NEXT on Windows ClosedPublic Authored by hbae on May 4 2023, 12:35 PM.
Details Summary The interop API routines try to invoke external entries, but we did
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 23 2023, 3:11 PM Closed by commit rG2f6eba7516b2: [OpenMP][libomp] Implement KMP_DLSYM_NEXT on Windows (authored by hbae). · Explain WhyMay 24 2023, 6:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 525151 openmp/runtime/src/kmp_ftn_entry.h
openmp/runtime/src/kmp_os.h
openmp/runtime/src/z_Windows_NT_util.cpp
|