From 268f890a50c6ba0b9f3fc1b9ebd21f3c76422ab9d641a816ea4c8a2ecf46e53a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 4 Jan 2018 09:41:00 +0000 Subject: [PATCH 1/2] Accepting request 561565 from home:michalsrb:branches:devel:tools:compiler - Add lld package. * LLD is new since llvm5. OBS-URL: https://build.opensuse.org/request/show/561565 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=498 --- llvm.changes | 6 ++++++ llvm.spec | 13 ++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/llvm.changes b/llvm.changes index 2524898..69f6765 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 4 09:00:28 UTC 2018 - msrb@suse.com + +- Add lld package. + * LLD is new since llvm5. + ------------------------------------------------------------------- Wed Dec 13 15:37:02 UTC 2017 - msrb@suse.com diff --git a/llvm.spec b/llvm.spec index 13a09c9..3f1a271 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1,7 +1,7 @@ # # spec file for package llvm # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -230,6 +230,17 @@ python3-lldb that openSUSE currently supports. Packages that don't require a specific LLDB version should depend on this. +%package -n lld +Summary: Linker for Clang/LLVM +Group: Development/Tools/Building +Requires: lld%{_sonum} = %{version} + +%description -n lld +LLD is a linker from the LLVM project. That is a drop-in replacement for +system linkers and runs much faster than them. It also provides features that +are useful for toolchain developers. + + %prep # Not needed From d041b8c520cd3cb7cd73155a49bbc8fee4e2255b5567da96518977a095149865 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 5 Jan 2018 14:54:55 +0000 Subject: [PATCH 2/2] - Update to version 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=499 --- llvm.changes | 7 +++++++ llvm.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/llvm.changes b/llvm.changes index 69f6765..f66734a 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 5 14:53:42 UTC 2018 - msrb@suse.com + +- Update to version 5.0.1 + * This release contains bug-fixes for the LLVM 5.0.0 release. + * This release is API and ABI compatible with 5.0.0. + ------------------------------------------------------------------- Thu Jan 4 09:00:28 UTC 2018 - msrb@suse.com diff --git a/llvm.spec b/llvm.spec index 3f1a271..9b49c8f 100644 --- a/llvm.spec +++ b/llvm.spec @@ -18,7 +18,7 @@ %define _sonum 5 Name: llvm -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: Low Level Virtual Machine License: NCSA