- Update to version 3.3 RC1
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=210
This commit is contained in:
parent
083760a382
commit
c5bb7b46a5
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 08:56:28 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Update to version 3.3
|
||||
- Update to version 3.3 RC1
|
||||
* Added support for AArch64, ARM’s 64-bit architecture.
|
||||
* LLVM now has a new SLP vectorizer.
|
||||
* LLVM and clang now support IBM’s z/Architecture.
|
||||
|
@ -21,13 +21,13 @@
|
||||
%define _supported_archs "arm,powerpc,x86"
|
||||
|
||||
Name: llvm
|
||||
Version: 3.3
|
||||
Version: 3.2.90
|
||||
Release: 0
|
||||
Summary: Low Level Virtual Machine
|
||||
License: NCSA
|
||||
Group: Development/Languages/Other
|
||||
Url: http://www.llvm.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: %{name}-%{_release_version}.tar.bz2
|
||||
Source100: %{name}-rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
|
||||
Patch1: set-revision.patch
|
||||
@ -124,7 +124,7 @@ Requires: vim
|
||||
This package contains vim plugins for LLVM like syntax highlighting.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{_release_version}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
@ -388,6 +388,7 @@ rm %{buildroot}%{_libdir}/LLVMHello.*
|
||||
%{_bindir}/clang
|
||||
%{_bindir}/clang-*
|
||||
%{_bindir}/clang++
|
||||
%{_bindir}/clang-format
|
||||
%{_bindir}/c-index-test
|
||||
%{_bindir}/ccc-analyzer
|
||||
%{_bindir}/c++-analyzer
|
||||
|
Loading…
x
Reference in New Issue
Block a user