- Relax requirements for clang-tools to allow installation of older
versions of libclang13 with the -devel package. (boo#1210176) - Enable ThinLTO for ARM 6/7/8 again. (boo#1178070) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=6
This commit is contained in:
parent
75f86fbd9e
commit
63c79258b4
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 20:40:44 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Relax requirements for clang-tools to allow installation of older
|
||||
versions of libclang13 with the -devel package. (boo#1210176)
|
||||
- Enable ThinLTO for ARM 6/7/8 again. (boo#1178070)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 04:30:36 UTC 2023 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -53,8 +53,7 @@
|
||||
%bcond_with lldb_python
|
||||
%endif
|
||||
|
||||
# Disabled on ARM because it's awfully slow and often times out. (boo#1178070)
|
||||
%ifarch %{ix86} ppc64le s390x x86_64
|
||||
%ifarch %{arm} aarch64 %{ix86} ppc64le s390x x86_64
|
||||
%bcond_without thin_lto
|
||||
%else
|
||||
%bcond_with thin_lto
|
||||
@ -522,8 +521,8 @@ This package contains the clang (C language) frontend for LLVM.
|
||||
Summary: Tools for Clang
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://clang-analyzer.llvm.org/
|
||||
# Avoid multiple provider errors
|
||||
Requires: clang%{_sonum}
|
||||
# Can be used with older versions of Clang.
|
||||
Requires: /usr/bin/clang
|
||||
# Some binaries used to be in the clang package.
|
||||
Conflicts: clang5
|
||||
Conflicts: clang6
|
||||
|
Loading…
Reference in New Issue
Block a user