This is an archive of the discontinued LLVM Phabricator instance.

Windows packaging script. Include lld-link, llvm-lib and llvm-windres from stage0.
ClosedPublic

Authored by CarlosAlbertoEnciso on Jul 19 2022, 2:02 AM.

Details

Summary

As discussed on:

https://discourse.llvm.org/t/build-llvm-release-bat-script-options/63146/6
  • In stage1 use the following binaries from stage0: lld-link, llvm-lib and llvm-windres

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2022, 2:02 AM
CarlosAlbertoEnciso requested review of this revision.Jul 19 2022, 2:02 AM
hans accepted this revision.Jul 19 2022, 6:58 AM

lgtm

llvm/utils/release/build_llvm_release.bat
164

nit: it seems inconsistent that clang-cl and lld-link have ".exe" but llvm-lib and llvm-windres don't

This revision is now accepted and ready to land.Jul 19 2022, 6:58 AM
This revision was landed with ongoing or failed builds.Jul 19 2022, 11:16 PM
This revision was automatically updated to reflect the committed changes.

@hans Thanks.

llvm/utils/release/build_llvm_release.bat
164

Added the .exe extension.