[PATCH] D135353: Add script to download prerequisites for Windows build

Pierrick Bouvier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 03:46:26 PDT 2022


pbo-linaro created this revision.
Herald added a project: All.
pbo-linaro requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

llvm/utils/release/download_prerequisites.bat
usage: <out_folder>

This script downloads needed dependencies in <out_folder> and create an
activate.bat script to load them on PATH.

In build_llvm_release.bat, add an option --download-prerequisites that
calls this script before doing the build.

Example: build_llvm_release.bat --version 15.0.0 --x64 --download-prerequisites


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135353

Files:
  llvm/utils/release/build_llvm_release.bat
  llvm/utils/release/download_prerequisites.bat

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135353.465694.patch
Type: text/x-patch
Size: 9737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/7d70dab1/attachment.bin>


More information about the llvm-commits mailing list