SHA256
1
0
forked from pool/llvm
Ismail Dönmez 2014-01-17 09:57:19 +00:00 committed by Git OBS Bridge
parent 203cddf26b
commit fa57928312

View File

@ -169,13 +169,6 @@ rm tools/clang/test/Driver/x86_features.c
%if "%{_lib}" == "lib64"
# lib64 related problems on 64bit
rm tools/clang/test/Driver/linux-ld.c
# Seems to be racy under OBS
rm projects/compiler-rt/lib/lsan/lit_tests/TestCases/use_tls_dynamic.cc
rm projects/compiler-rt/lib/tsan/lit_tests/oob_race.cc
rm projects/compiler-rt/lib/tsan/lit_tests/halt_on_error.cc
%else
# This test is broken on 32bit
rm projects/compiler-rt/lib/ubsan/lit_tests/TestCases/TypeCheck/vptr.cpp
%endif
sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
@ -298,13 +291,6 @@ cmake -G "Unix Makefiles" \
make %{?_smp_mflags} VERBOSE=1
%check
%ifarch %{ix86}
# These tests are 64bit only
for i in basic custom flags fncall propagate; do
rm projects/compiler-rt/lib/dfsan/lit_tests/$i.c;
done
%endif
cd stage2
%ifnarch armv7hl armv7l
%if 0%{!?qemu_user_space_build:1}
@ -314,7 +300,8 @@ cd stage2
ln -s lib lib64
%endif
make check-all
make check
make clang-test
%endif
%endif