[PATCH] D135138: Detect errors in Windows packaging script

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 04:13:13 PDT 2022


mstorsjo added inline comments.


================
Comment at: llvm/utils/release/build_llvm_release.bat:128
+call "%vsdevcmd%" -arch=x86 || exit /b 1
+ at echo on
 mkdir build32_stage0
----------------
Why this added `@echo on` here? Does `call "%vsdevcmd%"` affect the echo mode of this surrounding script?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135138



More information about the llvm-commits mailing list