Ismail Dönmez 2013-12-17 13:32:35 +00:00 committed by Git OBS Bridge
parent 74e05e5003
commit bb5755cc2c

View File

@ -166,9 +166,12 @@ This package contains the Python bindings to clang (C language) frontend for LLV
# We hardcode i586
rm tools/clang/test/Driver/x86_features.c
# lib64 related problems on 64bit
%if "%{_lib}" == "lib64"
# lib64 related problems on 64bit
rm tools/clang/test/Driver/linux-ld.c
%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