[Openmp-commits] [PATCH] D101173: [OpenMP] Changes to enable MSVC ARM64 build of libomp

Christopher Pulido via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Apr 23 09:00:04 PDT 2021


pulidocr created this revision.
Herald added subscribers: jfb, guansong, kristof.beyls, yaxunl, mgorny.
pulidocr requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

This is the first in a series of changes to the OpenMP runtime that have been done internally by Microsoft. This patch makes the necessary changes to enable libomp.dll to build with the MSVC compiler targeting ARM64.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101173

Files:
  openmp/runtime/src/CMakeLists.txt
  openmp/runtime/src/dllexports
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_atomic.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_platform.h
  openmp/runtime/src/z_Windows_NT-586_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101173.340061.patch
Type: text/x-patch
Size: 17921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210423/6597e80d/attachment.bin>


More information about the Openmp-commits mailing list