[llvm] On Windows, make the release script work with the local git checkout (PR #78273)
Tobias Hieta via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 07:00:12 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]
----------------
tru wrote:
the local-python flag doesn't seem to be used anywhere?
https://github.com/llvm/llvm-project/pull/78273
More information about the llvm-commits
mailing list