llvm-project/llvm/utils/release
Carlos Alberto Enciso f8c13754af Update the Windows packaging script.
As discussed on:
  https://discourse.llvm.org/t/build-llvm-release-bat-script-options/63146/6

Giving:
  call :function if errorlevel 1 exit /b 1

Due to a missing new line, the error code returned by the function
is taking as another argument.

Changed to use standard '||' to exit if the errorlevel greater than zero.

  call :function || exit /b 1

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D130154
2022-07-20 13:22:10 +01:00
..
build-docs.sh [release] Use a supported way of building libc++ when building the documentation 2022-02-14 16:01:11 -05:00
build_llvm_release.bat Update the Windows packaging script. 2022-07-20 13:22:10 +01:00
export.sh [release] Add cmake as an extra tarball and not bundle it 2022-05-19 11:12:54 +02:00
findRegressions-nightly.py
findRegressions-simple.py
github-upload-release.py
merge-request.sh
test-release.sh [test-release] Added -silent-log flag to test-release.sh 2022-03-31 08:34:53 +02:00