[llvm] On Windows, make the release script work with the local git checkout (PR #78273)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 07:49:16 PST 2024
================
@@ -7,14 +7,16 @@ goto begin
echo Script for building the LLVM installer on Windows,
echo used for the releases at https://github.com/llvm/llvm-project/releases
echo.
-echo Usage: build_llvm_release.bat --version ^<version^> [--x86,--x64, --arm64]
+echo Usage: build_llvm_release.bat --version ^<version^> [--x86,--x64, --arm64] [--skip-checkout] [--local-python]
----------------
zmodem wrote:
I see it used on line 372.
https://github.com/llvm/llvm-project/pull/78273
More information about the llvm-commits
mailing list