[Openmp-commits] [PATCH] D53422: Support mingw-w64 build with clang

Peiyuan Song via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 19 02:08:31 PDT 2018


SquallATF created this revision.
Herald added subscribers: openmp-commits, mgorny.

still need masm because z_Windows_NT-586_asm.asm need nasm to build.
I have build both x86_64 and i686 version without OMPT, and pass all tests.
i686 version have 2 tests need run with administrator privileges.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D53422

Files:
  cmake/OpenMPTesting.cmake
  runtime/cmake/LibompHandleFlags.cmake
  runtime/cmake/config-ix.cmake
  runtime/src/dllexports
  runtime/src/kmp.h
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_lock.cpp
  runtime/src/kmp_os.h
  runtime/src/kmp_platform.h
  runtime/src/kmp_safe_c_api.h
  runtime/src/kmp_wrapper_getpid.h
  runtime/src/kmp_wrapper_malloc.h
  runtime/src/libomp.rc.var
  runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53422.170167.patch
Type: text/x-patch
Size: 9266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181019/1d1c4e84/attachment.bin>


More information about the Openmp-commits mailing list