From bb5755cc2c081482cbd8927b5fe47b4ce20371f25d7030bf80330dc155779c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 17 Dec 2013 13:32:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=325 --- llvm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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