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

Pierrick Bouvier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 09:52:32 PST 2023


pbo-linaro added a comment.

Thanks for your approval! 👍



================
Comment at: llvm/utils/release/build_llvm_release.bat:334
+REM Check but do not fail on errors.
+ninja check-lldb
+::ninja check-llvm || exit /b 1
----------------
hans wrote:
> With all the other tests commented out, I'm surprised these are running.. do they pass? Should they be commented out too for now?
At the time of 15.0.0, there were some failures. We deactivated it as well to reduce build time.

But the plan is to enable them again in the future. First, we wanted to upstream that build script, to avoid keeping a fork on our side.


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