[all-commits] [llvm/llvm-project] d7d05f: Introduce options for Windows packaging script
Pierrick Bouvier via All-commits
all-commits at lists.llvm.org
Thu Oct 20 05:13:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7d05ffa747b153a9852cc598331ab9b3036e8d7
https://github.com/llvm/llvm-project/commit/d7d05ffa747b153a9852cc598331ab9b3036e8d7
Author: Pierrick Bouvier <pierrick.bouvier at linaro.org>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M llvm/utils/release/build_llvm_release.bat
Log Message:
-----------
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
More information about the All-commits
mailing list