[PATCH] D135255: Introduce options for Windows packaging script

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 23:36:28 PDT 2022


thieta added a comment.

I wonder if we shouldn't just build both archs if nothing is specified to keep the old behavior.



================
Comment at: llvm/utils/release/build_llvm_release.bat:13
+echo Options:
+echo --revision: [required] revision to build
+echo --help: display this help
----------------
Not sure I like `--revision` here. I would probably use `--version` instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135255



More information about the llvm-commits mailing list