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

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 06:58:05 PDT 2022


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: llvm/utils/release/build_llvm_release.bat:164
+  -DCMAKE_CXX_COMPILER=%stage0_bin_dir%/clang-cl.exe ^
+  -DCMAKE_LINKER=%stage0_bin_dir%/lld-link.exe ^
+  -DCMAKE_AR=%stage0_bin_dir%/llvm-lib ^
----------------
nit: it seems inconsistent that clang-cl and lld-link have ".exe" but llvm-lib and llvm-windres don't


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130067/new/

https://reviews.llvm.org/D130067



More information about the llvm-commits mailing list