SHA256
1
0
forked from pool/llvm

Accepting request 120591 from devel:tools:compiler

- Depend on python-base so we don't pull whole Mesa 

- make -rewrite-includes support -C and -CC

OBS-URL: https://build.opensuse.org/request/show/120591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2012-05-11 07:46:51 +00:00 committed by Git OBS Bridge
commit 65f325aea5
3 changed files with 755 additions and 228 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 10 11:40:06 UTC 2012 - idonmez@suse.com
- Depend on python-base so we don't pull whole Mesa
-------------------------------------------------------------------
Tue May 8 08:21:42 UTC 2012 - llunak@suse.com
- make -rewrite-includes support -C and -CC
-------------------------------------------------------------------
Thu May 3 07:32:06 UTC 2012 - llunak@suse.com

View File

@ -57,7 +57,7 @@ BuildRequires: glibc-devel-32bit
%endif
BuildRequires: libffi-devel
BuildRequires: libtool
BuildRequires: python
BuildRequires: python-base
# LLVM is not supported on PPC64
# http://llvm.org/bugs/show_bug.cgi?id=3729
@ -134,6 +134,8 @@ This package contains vim plugins for LLVM like syntax highlighting.
%patch5 -p1
%endif
%patch6 -p0
# sle11 patch cannot create empty files
touch tools/clang/test/Frontend/Inputs/rewrite-includes9.h
# We hardcode i586
rm tools/clang/test/Driver/x86_features.c

File diff suppressed because it is too large Load Diff