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

Pierrick Bouvier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 07:01:25 PST 2023


pbo-linaro marked 2 inline comments as done.
pbo-linaro added a comment.

Thanks for your review!

Initially, I duplicated the LIBXML2 build, as you say, with the intent to factorize it later.
But finally, with @omjavaid , we decided to make both at once, so the result is cleaner.

It's a bit long to test (takes hours to build, and we did it many time), so if we could integrate both, that would be really nice...

For flags and list of targets to build, I'll let @omjavaid answer, and I followed his indications.

We built 17-init and 16.0.0-rc1 with this script, as shown here (arm64 only):
https://gitlab.com/Linaro/windowsonarm/packages/llvm-release/-/jobs/3694968725
We build it nightly as well, so we can have an updated llvm for our internal usage.


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