Merging r258168:
authorHans Wennborg <hans@hanshq.net>
Tue, 19 Jan 2016 19:28:41 +0000 (19:28 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 19 Jan 2016 19:28:41 +0000 (19:28 +0000)
------------------------------------------------------------------------
r258168 | hans | 2016-01-19 11:21:58 -0800 (Tue, 19 Jan 2016) | 3 lines

test-release.sh: Use CMake also for Darwin

This didn't work for 3.7, but hopefully it should work now.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@258170 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/test-release.sh

index 51eef2026facb72c0881167007beaca5f55c0141..c3884ba31756af71edd1b872415f68f546d9c87d 100755 (executable)
@@ -65,11 +65,6 @@ function usage() {
     echo " -no-openmp           Disable check-out & build libomp"
 }
 
-if [ `uname -s` = "Darwin" ]; then
-  # compiler-rt doesn't yet build with CMake on Darwin.
-  use_autoconf="yes"
-fi
-
 while [ $# -gt 0 ]; do
     case $1 in
         -release | --release )