This is an archive of the discontinued LLVM Phabricator instance.

[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
not have support for KMP_DLSYM_NEXT on Windows. Also added proper
guards for STUB build.

Diff Detail

Event Timeline

hbae created this revision.May 4 2023, 12:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 12:35 PM
hbae requested review of this revision.May 4 2023, 12:35 PM
This revision is now accepted and ready to land.May 23 2023, 3:11 PM
This revision was automatically updated to reflect the committed changes.