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
This commit is contained in:
parent
bf1cfcf7ba
commit
268f890a50
@ -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
|
||||
|
||||
|
13
llvm.spec
13
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user