diff --git a/llvm.spec b/llvm.spec index f01b17a..3cba679 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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