[Openmp-commits] [PATCH] D138689: [openmp] Support building for armv7 Windows with mingw tools

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 25 06:47:20 PST 2022


mstorsjo updated this revision to Diff 477949.
mstorsjo added a comment.

Reduced the C implementation of `__kmp_invoke_microtask` to only handle 15 arguments, exactly like the same implementation used for ARM on Linux in  z_Linux_util.cpp.

This makes the mingw/armv7 build succeed as much as builds on ARM on Linux.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138689/new/

https://reviews.llvm.org/D138689

Files:
  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
  openmp/runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138689.477949.patch
Type: text/x-patch
Size: 7312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221125/f2d410eb/attachment-0001.bin>


More information about the Openmp-commits mailing list