This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On Windows, make the release script work with the local git checkout …
…(#78273) Add two new flags to the release script: `--skip-checkout` builds from the local source folder, instead of the downloaded source package `--local-python` uses whichever local Python version is installed, instead of a specific version (3.10) If the LLVM source is already in `C:\git\llvm-project` then one can do in a admin prompt: ``` C:\git>llvm-project\llvm\utils\release\build_llvm_release.bat --version 18.0.0 --x64 --skip-checkout ... ``` This allows for iterating more easily on build issues, just before a new LLVM package is made. Also fix some warnings on the second stage build (`-Wbackend-plugin`).
- Loading branch information
Showing
1 changed file
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters