[PATCH] D129559: Windows packaging script. Include lld-link, llvm-lib and llvm-windres from stage0

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 05:11:38 PDT 2022


CarlosAlbertoEnciso created this revision.
CarlosAlbertoEnciso added reviewers: hans, thieta, russell.gallop.
CarlosAlbertoEnciso added projects: All, LLVM.
CarlosAlbertoEnciso requested review of this revision.
Herald added a subscriber: llvm-commits.

Update the Windows packaging script.

As discussed on:

  https://discourse.llvm.org/t/build-llvm-release-bat-script-options/63146/6

- Refactor the build steps into functions
- In stage1 use the following binaries from stage0: lld-link, llvm-lib and llvm-windres
- Add the '-y' switch to 7-zip (assume Yes on all queries)
- Remove any previous build directory


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129559

Files:
  llvm/utils/release/build_llvm_release.bat

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129559.443915.patch
Type: text/x-patch
Size: 6862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220712/d72a155a/attachment.bin>


More information about the llvm-commits mailing list