diff options
author | Alexandre Ganea <37383324+aganea@users.noreply.github.com> | 2024-01-17 11:14:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 11:14:49 -0500 |
commit | b7c81c1f91994fb6938875b62337ddc2a49bfd51 (patch) | |
tree | 0b0c0ab28ced9d100403135f46354f118ca9fbb5 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 58564ddf5c338edb4dee4d36db83be0136f84935 (diff) | |
download | llvm-b7c81c1f91994fb6938875b62337ddc2a49bfd51.zip llvm-b7c81c1f91994fb6938875b62337ddc2a49bfd51.tar.gz llvm-b7c81c1f91994fb6938875b62337ddc2a49bfd51.tar.bz2 |
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`).
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions