diff --git a/llvm-3.1.99.r168031.tar.bz2 b/llvm-3.1.99.r168031.tar.bz2 deleted file mode 100644 index 67029b0..0000000 --- a/llvm-3.1.99.r168031.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:524f68935679e3b2d76d19d429f8c75cc8c830c17733b19d484911c1347baa3b -size 17601932 diff --git a/llvm-3.1.99.r168357.tar.bz2 b/llvm-3.1.99.r168357.tar.bz2 new file mode 100644 index 0000000..fb503a6 --- /dev/null +++ b/llvm-3.1.99.r168357.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434e1ec81ec76c1ad916f21ca5722207fb9a688cf0375fdbc324e6ce863f9d69 +size 17650563 diff --git a/llvm.changes b/llvm.changes index c738259..4fd53cf 100644 --- a/llvm.changes +++ b/llvm.changes @@ -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 diff --git a/llvm.spec b/llvm.spec index 913bd5c..cd59fda 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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