mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
test-release.sh: Use CMake also for Darwin
This didn't work for 3.7, but hopefully it should work now. llvm-svn: 258168
This commit is contained in:
parent
2932dde796
commit
f92fdb084e
@ -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…
x
Reference in New Issue
Block a user