- Add llvm-arm1176jz-s.patch to fix an ARMv6 regression.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=442
This commit is contained in:
Ismail Dönmez
2016-03-21 08:05:36 +00:00
committed by Git OBS Bridge
parent d17c36c1f7
commit 27d8453aaa
3 changed files with 36 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ Patch7: llvm-fix-find-gcc5-install.patch
Patch8: revert-cmake-soname.patch
Patch9: lldb-cmake.patch
Patch10: glibc-2.23-libcxx.patch
Patch11: llvm-arm1176jz-s.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: binutils-devel >= 2.21.90
BuildRequires: bison
@@ -185,6 +186,9 @@ disassembler.
#%if 0%{?suse_version} > 1320
#%patch10
#%endif
%ifarch %{arm}
%patch11
%endif
# Move into right place
mv cfe-%{version}.src tools/clang