mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-15 16:28:48 +00:00
Exclude test-suite from CMake builds in test-release.sh
It's broken. In 3.7 there wasn't a CMake build for test-suite at all, so we're not losing something we had before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2046c01da
commit
faaa9dde56
@ -159,6 +159,12 @@ while [ $# -gt 0 ]; do
|
||||
shift
|
||||
done
|
||||
|
||||
if [ "$use_autoconf" = "no" ]; then
|
||||
# See llvm.org/PR26146.
|
||||
echo Skipping test-suite when using CMake.
|
||||
do_test_suite="no"
|
||||
fi
|
||||
|
||||
# Check required arguments.
|
||||
if [ -z "$Release" ]; then
|
||||
echo "error: no release number specified"
|
||||
|
Loading…
x
Reference in New Issue
Block a user