Accepting request 121761 from devel:tools:compiler
- Update to final 3.1 release OBS-URL: https://build.opensuse.org/request/show/121761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=27
This commit is contained in:
commit
99fe35266c
@ -6,7 +6,7 @@ Index: llvm/tools/clang/lib/Driver/ToolChains.cpp
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool IsOpenSuse(enum LinuxDistro Distro) {
|
static bool IsOpenSuse(enum LinuxDistro Distro) {
|
||||||
- return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_1;
|
- return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_2;
|
||||||
+ return true;
|
+ return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f46df932ad690171d2f5e2de4f2ca542139675b48f921cc7913eda2f027f85d3
|
|
||||||
size 16437850
|
|
3
llvm-3.1.tar.bz2
Normal file
3
llvm-3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2ec6ac271a0ea1f99eb171f43ae9eeb8607fd10c329592d66dfc15300c572e0
|
||||||
|
size 16451676
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 15 09:01:26 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to final 3.1 release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 11:40:06 UTC 2012 - idonmez@suse.com
|
Thu May 10 11:40:06 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _revision 155819
|
%define _revision 157047
|
||||||
%define _release_version 3.1
|
%define _release_version 3.1
|
||||||
%define _supported_archs "arm,x86"
|
%define _supported_archs "arm,x86"
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.0.99+svn155819
|
Version: 3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Low Level Virtual Machine
|
Summary: Low Level Virtual Machine
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -127,7 +127,9 @@ This package contains vim plugins for LLVM like syntax highlighting.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%if 0%{?suse_version} >= 1100
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%endif
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user