This commit is contained in:
parent
74e05e5003
commit
bb5755cc2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user