![]() 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 |
||
---|---|---|
.. | ||
build-docs.sh | ||
build_llvm_release.bat | ||
export.sh | ||
findRegressions-nightly.py | ||
findRegressions-simple.py | ||
github-upload-release.py | ||
merge-request.sh | ||
test-release.sh |