[all-commits] [llvm/llvm-project] 2f6eba: [OpenMP][libomp] Implement KMP_DLSYM_NEXT on Windows

Hansang Bae via All-commits all-commits at lists.llvm.org
Wed May 24 06:34:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f6eba7516b267bf3bbfee840fd61f7fb8cde1c3
      https://github.com/llvm/llvm-project/commit/2f6eba7516b267bf3bbfee840fd61f7fb8cde1c3
  Author: Hansang Bae <hansang.bae at intel.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M openmp/runtime/src/kmp_ftn_entry.h
    M openmp/runtime/src/kmp_os.h
    M openmp/runtime/src/z_Windows_NT_util.cpp

  Log Message:
  -----------
  [OpenMP][libomp] Implement KMP_DLSYM_NEXT on Windows

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.

Differential Revision: https://reviews.llvm.org/D149892




More information about the All-commits mailing list