Commit f6eda69b authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Merging r258168:

------------------------------------------------------------------------
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.
------------------------------------------------------------------------

llvm-svn: 258170
parent 89010f1c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 )