SHA256
1
0
forked from pool/llvm

- Update to llvm 3.4.2

* Minor bugfix release
- Drop clang-max_align_t.patch, applied upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=356
This commit is contained in:
Ismail Dönmez
2014-07-22 12:30:23 +00:00
committed by Git OBS Bridge
parent 8030eb9a60
commit 0a33a02bef
5 changed files with 13 additions and 42 deletions

View File

@@ -16,11 +16,11 @@
#
%define _revision 198681
%define _revision 213642
%define _release_version 3.4
Name: llvm
Version: 3.4
Version: 3.4.2
Release: 0
Summary: Low Level Virtual Machine
License: NCSA
@@ -46,7 +46,6 @@ Patch9: arm-remove-xfails.diff
# PATCH-FIX-OPENSUSE asan-disable-hugemalloctest.patch -- Disable ASAN HugeMallocTest
Patch10: asan-disable-hugemalloctest.patch
Patch11: clang-resourcedirs.patch
Patch12: clang-max_align_t.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -142,7 +141,7 @@ Requires: python
This package contains the Python bindings to clang (C language) frontend for LLVM.
%prep
%setup -q -n %{name}
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
@@ -156,7 +155,6 @@ This package contains the Python bindings to clang (C language) frontend for LLV
%patch9
%patch10 -p1
%patch11 -p1
%patch12 -p1
# We hardcode i586
rm tools/clang/test/Driver/x86_features.c