[all-commits] [llvm/llvm-project] 4fb0aa: [OpenMP] Changes to enable MSVC ARM64 build of libomp
Christopher Pulido via All-commits
all-commits at lists.llvm.org
Tue May 11 13:04:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fb0aaf03381473ec8af727edb4b5d59b64b0d60
https://github.com/llvm/llvm-project/commit/4fb0aaf03381473ec8af727edb4b5d59b64b0d60
Author: Christopher Pulido <Christopher.Pulido at microsoft.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/src/dllexports
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_atomic.cpp
M openmp/runtime/src/kmp_os.h
M openmp/runtime/src/kmp_platform.h
M openmp/runtime/src/z_Windows_NT-586_util.cpp
Log Message:
-----------
[OpenMP] Changes to enable MSVC ARM64 build of libomp
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.
Differential Revision: https://reviews.llvm.org/D101173
More information about the All-commits
mailing list