This commit is contained in:
parent
203cddf26b
commit
fa57928312
17
llvm.spec
17
llvm.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user