Introduce options for Windows packaging script
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Thu, 20 Oct 2022 12:12:28 +0000 (14:12 +0200)
committerTobias Hieta <tobias@hieta.se>
Thu, 20 Oct 2022 12:13:28 +0000 (14:13 +0200)
commitd7d05ffa747b153a9852cc598331ab9b3036e8d7
tree1c485b2860d3e23c018b172cde42c9cfb04f48f0
parente1fd6d49a3dfa59b4be85102a866a2068fa4760a
Introduce options for Windows packaging script

Options:
--version: [required] version to build
--help: display this help
--x86: build and test x86 variant
--x64: build and test x64 variant

Note: At least one variant to build is required.

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

Reviewed By: hans, thieta

Differential Revision: https://reviews.llvm.org/D135255
llvm/utils/release/build_llvm_release.bat