mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
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/trunk@258168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f04cfb4e1c
commit
f049f0721c
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user