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

Michael Kruse via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 28 16:04:59 PDT 2021


Meinersbur added a comment.

In D101173#2724204 <https://reviews.llvm.org/D101173#2724204>, @pulidocr wrote:

> I'm confused about this statement. Does this mean that libomp is not available for Windows at all, for any architecture? I'm confused because I see libomp.dll as a part of the pre-built Windows binaries that users can download, for at least for x64 which I have installed.

I think this applies to the libomptarget library.

libomp work on Windows, I used it successfully myself. When Intel donated the library, Windows was supported from the beginning. The only problem I had is that the `clang` driver incorrectly wants to link to `libomp.lib`, but only a `libomp.dll.lib` is built. I don't know the status of AARCH64 though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101173



More information about the Openmp-commits mailing list