Accepting request 142015 from devel:tools:compiler

- Stop excluding ppc64 architecture 

- Update to r168357 from release_32 branch
  * Fixes a miscompilation with gcc 4.7

- Update to r168286 from release_32 branch
  * Fixes llvm PR14309

OBS-URL: https://build.opensuse.org/request/show/142015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=35
This commit is contained in:
Stephan Kulow 2012-11-22 15:45:49 +00:00 committed by Git OBS Bridge
commit 10ef52e41a
4 changed files with 22 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:524f68935679e3b2d76d19d429f8c75cc8c830c17733b19d484911c1347baa3b
size 17601932

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:434e1ec81ec76c1ad916f21ca5722207fb9a688cf0375fdbc324e6ce863f9d69
size 17650563

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 20 08:59:09 UTC 2012 - idonmez@suse.com
- Stop excluding ppc64 architecture
-------------------------------------------------------------------
Tue Nov 20 08:25:54 UTC 2012 - idonmez@suse.com
- Update to r168357 from release_32 branch
* Fixes a miscompilation with gcc 4.7
-------------------------------------------------------------------
Sun Nov 18 15:28:10 UTC 2012 - idonmez@suse.com
- Update to r168286 from release_32 branch
* Fixes llvm PR14309
-------------------------------------------------------------------
Thu Nov 15 08:21:58 UTC 2012 - idonmez@suse.com

View File

@ -16,12 +16,12 @@
#
%define _revision 168031
%define _revision 168357
%define _release_version 3.2
%define _supported_archs "arm,x86"
Name: llvm
Version: 3.1.99.r168031
Version: 3.1.99.r168357
Release: 0
Summary: Low Level Virtual Machine
License: NCSA
@ -59,10 +59,6 @@ BuildRequires: libtool
BuildRequires: python-base
BuildRequires: python-sphinx
# LLVM is not supported on PPC64
# http://llvm.org/bugs/show_bug.cgi?id=3729
ExcludeArch: ppc64
%description
LLVM is a compiler infrastructure designed for compile-time,
link-time, runtime, and idle-time optimization of programs from