[PATCH] D142983: Add build for Windows on Arm in packaging script

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 01:01:08 PST 2023


mstorsjo added a comment.

In D142983#4101843 <https://reviews.llvm.org/D142983#4101843>, @pbo-linaro wrote:

> Use same list of projects for arm64 than x86/x64, except for openmp which does
> not build for arm64 at this time.

FYI, I think openmp should build for windows/arm64 with clang-cl with current git main (and on the 16.x branch); this was fixed in November/December. I primarily build and test it in mingw mode, but I've made fixes to make it work in clang-cl mode too.

Building openmp is a bit more tricky than other subprojects though, as it requires perl to be available at build time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142983



More information about the llvm-commits mailing list