2020-03-25 11:00:33 +00:00
|
|
|
%global rc_ver 6
|
|
|
|
%global baserelease 0.6
|
2018-08-14 03:17:24 +00:00
|
|
|
%global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
2020-02-06 19:55:06 +00:00
|
|
|
%global maj_ver 10
|
|
|
|
%global min_ver 0
|
|
|
|
%global patch_ver 0
|
2019-07-16 23:00:59 +00:00
|
|
|
|
|
|
|
# Don't include unittests in automatic generation of provides or requires.
|
|
|
|
%global __provides_exclude_from ^%{_libdir}/lld/.*$
|
|
|
|
%global __requires_exclude ^libgtest.*$
|
2018-08-14 03:17:24 +00:00
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
Name: lld
|
2020-02-06 19:55:06 +00:00
|
|
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
2019-08-22 20:54:08 +00:00
|
|
|
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
2017-04-13 19:34:21 +00:00
|
|
|
Summary: The LLVM Linker
|
|
|
|
|
|
|
|
License: NCSA
|
|
|
|
URL: http://llvm.org
|
2019-12-05 18:06:48 +00:00
|
|
|
Source0: https://%{?rc_ver:pre}releases.llvm.org/%{version}/%{?rc_ver:rc%{rc_ver}}/%{lld_srcdir}.tar.xz
|
2019-07-16 23:00:59 +00:00
|
|
|
Source1: run-lit-tests
|
|
|
|
Source2: lit.lld-test.cfg.py
|
2019-12-05 18:06:48 +00:00
|
|
|
Source3: https://%{?rc_ver:pre}releases.llvm.org/%{version}/%{?rc_ver:rc%{rc_ver}}/%{lld_srcdir}.tar.xz.sig
|
2020-02-06 19:55:06 +00:00
|
|
|
Source4: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc
|
2017-04-13 19:34:21 +00:00
|
|
|
|
2018-08-30 23:39:55 +00:00
|
|
|
Patch0: 0001-CMake-Check-for-gtest-headers-even-if-lit.py-is-not-.patch
|
|
|
|
|
2018-12-04 14:43:38 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: llvm-devel = %{version}
|
2019-03-06 18:02:53 +00:00
|
|
|
BuildRequires: llvm-test = %{version}
|
2018-12-04 14:43:38 +00:00
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: chrpath
|
2017-04-13 19:34:21 +00:00
|
|
|
|
2018-08-30 23:39:55 +00:00
|
|
|
# For make check:
|
2018-11-22 12:19:43 +00:00
|
|
|
BuildRequires: python3-rpm-macros
|
2018-12-18 06:59:48 +00:00
|
|
|
BuildRequires: python3-lit
|
2018-11-22 12:19:43 +00:00
|
|
|
BuildRequires: llvm-googletest = %{version}
|
2018-08-30 23:39:55 +00:00
|
|
|
|
2019-12-05 18:06:48 +00:00
|
|
|
# For gpg source verification
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
2020-02-14 12:41:34 +00:00
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
|
|
|
Requires(preun): %{_sbindir}/update-alternatives
|
2019-02-15 22:11:28 +00:00
|
|
|
|
2019-11-14 19:04:00 +00:00
|
|
|
Requires: lld-libs = %{version}-%{release}
|
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
%description
|
|
|
|
The LLVM project linker.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and header files for LLD
|
2019-11-14 19:04:00 +00:00
|
|
|
Requires: lld-libs = %{version}-%{release}
|
2017-04-13 19:34:21 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains library and header files needed to develop new native
|
|
|
|
programs that use the LLD infrastructure.
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: LLD shared libraries
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
Shared libraries for LLD.
|
|
|
|
|
2019-07-16 23:00:59 +00:00
|
|
|
%package test
|
|
|
|
Summary: LLD regression tests
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: python3-lit
|
|
|
|
Requires: llvm-test(major) = %{maj_ver}
|
2019-12-14 06:40:28 +00:00
|
|
|
Requires: lld-libs = %{version}-%{release}
|
2019-07-16 23:00:59 +00:00
|
|
|
|
|
|
|
%description test
|
|
|
|
LLVM regression tests.
|
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
%prep
|
2019-12-05 18:06:48 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE4}' --signature='%{SOURCE3}' --data='%{SOURCE0}'
|
2018-01-25 18:37:18 +00:00
|
|
|
%autosetup -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src -p1
|
2017-04-13 19:34:21 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
cd %{_target_platform}
|
|
|
|
|
|
|
|
%cmake .. \
|
|
|
|
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
|
2017-07-04 17:08:26 +00:00
|
|
|
-DLLVM_DYLIB_COMPONENTS="all" \
|
2018-11-22 12:19:43 +00:00
|
|
|
-DPYTHON_EXECUTABLE=%{__python3} \
|
2018-08-30 23:39:55 +00:00
|
|
|
-DLLVM_INCLUDE_TESTS=ON \
|
|
|
|
-DLLVM_MAIN_SRC_DIR=%{_datadir}/llvm/src \
|
|
|
|
-DLLVM_EXTERNAL_LIT=%{_bindir}/lit \
|
|
|
|
-DLLVM_LIT_ARGS="-sv \
|
2018-12-04 14:43:38 +00:00
|
|
|
--path %{_libdir}/llvm" \
|
2017-04-13 19:34:21 +00:00
|
|
|
%if 0%{?__isa_bits} == 64
|
|
|
|
-DLLVM_LIBDIR_SUFFIX=64
|
|
|
|
%else
|
|
|
|
-DLLVM_LIBDIR_SUFFIX=
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
2019-07-16 23:00:59 +00:00
|
|
|
# Build the unittests so we can install them.
|
|
|
|
%make_build lld-test-depends
|
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
%install
|
2019-07-16 23:00:59 +00:00
|
|
|
|
|
|
|
%global lit_cfg test/%{_arch}.site.cfg.py
|
|
|
|
%global lit_unit_cfg test/Unit/%{_arch}.site.cfg.py
|
|
|
|
%global lit_lld_test_cfg_install_path %{_datadir}/lld/lit.lld-test.cfg.py
|
|
|
|
|
|
|
|
# Generate lit config files. Strip off the last line that initiates the
|
|
|
|
# test run, so we can customize the configuration.
|
|
|
|
head -n -1 %{_target_platform}/test/lit.site.cfg.py >> %{lit_cfg}
|
|
|
|
head -n -1 %{_target_platform}/test/Unit/lit.site.cfg.py >> %{lit_unit_cfg}
|
|
|
|
|
|
|
|
# Patch lit config files to load custom config:
|
|
|
|
for f in %{lit_cfg} %{lit_unit_cfg}; do
|
|
|
|
echo "lit_config.load_config(config, '%{lit_lld_test_cfg_install_path}')" >> $f
|
|
|
|
done
|
|
|
|
|
|
|
|
# Install test files
|
|
|
|
install -d %{buildroot}%{_datadir}/lld/src
|
|
|
|
cp %{SOURCE2} %{buildroot}%{_datadir}/lld/
|
|
|
|
|
|
|
|
tar -czf %{buildroot}%{_datadir}/lld/src/test.tar.gz test/
|
|
|
|
install -d %{buildroot}%{_libexecdir}/tests/lld
|
|
|
|
cp %{SOURCE1} %{buildroot}%{_libexecdir}/tests/lld
|
|
|
|
|
|
|
|
# Install unit test binaries
|
|
|
|
install -d %{buildroot}%{_libdir}/lld/
|
|
|
|
cp -R %{_target_platform}/unittests %{buildroot}%{_libdir}/lld/
|
2019-12-13 19:22:43 +00:00
|
|
|
rm -rf `find %{buildroot}%{_libdir}/lld/ -iname '*make*'`
|
2019-07-16 23:00:59 +00:00
|
|
|
|
|
|
|
# Install gtest libraries
|
|
|
|
cp %{_target_platform}/%{_lib}/libgtest*so* %{buildroot}%{_libdir}/lld/
|
|
|
|
|
|
|
|
# Install libraries and binaries
|
2017-04-13 19:34:21 +00:00
|
|
|
cd %{_target_platform}
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
# Remove rpath
|
|
|
|
chrpath --delete %{buildroot}%{_bindir}/*
|
|
|
|
chrpath --delete %{buildroot}%{_libdir}/*.so*
|
2019-12-14 06:40:28 +00:00
|
|
|
chrpath --delete `find %{buildroot}%{_libdir}/lld/ -type f`
|
2017-04-13 19:34:21 +00:00
|
|
|
|
2019-08-20 05:04:24 +00:00
|
|
|
# Required when using update-alternatives:
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Alternatives/
|
|
|
|
touch %{buildroot}%{_bindir}/ld
|
|
|
|
|
2019-02-15 22:11:28 +00:00
|
|
|
%post
|
|
|
|
%{_sbindir}/update-alternatives --install %{_bindir}/ld ld %{_bindir}/ld.lld 1
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
%{_sbindir}/update-alternatives --remove ld %{_bindir}/ld.lld
|
|
|
|
fi
|
2019-02-13 15:57:08 +00:00
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
%check
|
2019-03-21 19:48:31 +00:00
|
|
|
|
|
|
|
# armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162
|
2019-03-21 20:44:41 +00:00
|
|
|
%ifnarch %{arm}
|
2018-08-30 23:39:55 +00:00
|
|
|
make -C %{_target_platform} %{?_smp_mflags} check-lld
|
2019-03-21 19:48:31 +00:00
|
|
|
%endif
|
2017-04-13 19:34:21 +00:00
|
|
|
|
2019-01-22 17:40:19 +00:00
|
|
|
%ldconfig_scriptlets libs
|
2017-04-13 19:34:21 +00:00
|
|
|
|
|
|
|
%files
|
2019-02-15 22:11:28 +00:00
|
|
|
%ghost %{_bindir}/ld
|
2017-04-13 19:34:21 +00:00
|
|
|
%{_bindir}/lld*
|
|
|
|
%{_bindir}/ld.lld
|
2018-01-25 18:37:18 +00:00
|
|
|
%{_bindir}/ld64.lld
|
|
|
|
%{_bindir}/wasm-ld
|
2017-04-13 19:34:21 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/lld
|
|
|
|
%{_libdir}/liblld*.so
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%{_libdir}/liblld*.so.*
|
|
|
|
|
2019-07-16 23:00:59 +00:00
|
|
|
%files test
|
|
|
|
%{_libexecdir}/tests/lld/
|
|
|
|
%{_libdir}/lld/
|
|
|
|
%{_datadir}/lld/src/test.tar.gz
|
|
|
|
%{_datadir}/lld/lit.lld-test.cfg.py
|
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
%changelog
|
2020-03-25 11:00:33 +00:00
|
|
|
* Wed Mar 25 2020 sguelton@redhat.com - 10.0.0-0.6.rc6
|
|
|
|
- 10.0.0 rc6
|
|
|
|
|
2020-03-20 22:01:05 +00:00
|
|
|
* Fri Mar 20 2020 sguelton@redhat.com - 10.0.0-0.5.rc5
|
|
|
|
- 10.0.0 rc5
|
|
|
|
|
2020-03-15 08:08:12 +00:00
|
|
|
* Sun Mar 15 2020 sguelton@redhat.com - 10.0.0-0.4.rc4
|
|
|
|
- 10.0.0 rc4
|
|
|
|
|
2020-03-05 11:25:01 +00:00
|
|
|
* Thu Mar 05 2020 sguelton@redhat.com - 10.0.0-0.3.rc3
|
|
|
|
- 10.0.0 rc3
|
|
|
|
|
2020-02-14 12:41:34 +00:00
|
|
|
* Fri Feb 14 2020 sguelton@redhat.com - 10.0.0-0.2.rc2
|
|
|
|
- 10.0.0 rc2
|
|
|
|
|
2020-02-06 19:55:06 +00:00
|
|
|
* Fri Jan 31 2020 sguelton@redhat.com - 10.0.0-0.1.rc1
|
|
|
|
- 10.0.0 rc1
|
|
|
|
|
2020-01-29 11:08:29 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-20 04:45:12 +00:00
|
|
|
* Thu Dec 19 2019 Tom Stellard <tstellar@redhat.com> -9.0.1-1
|
|
|
|
- 9.0.1 Release
|
|
|
|
|
2019-12-14 06:40:28 +00:00
|
|
|
* Sat Dec 14 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-6
|
|
|
|
- Fix some rpmdiff errors
|
|
|
|
|
2019-12-13 19:22:43 +00:00
|
|
|
* Fri Dec 13 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-5
|
|
|
|
- Remove build artifacts installed with unittests
|
|
|
|
|
2019-12-05 18:06:48 +00:00
|
|
|
* Thu Dec 05 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-4
|
|
|
|
- Enable GPG-based source file verification
|
|
|
|
|
2019-07-16 23:00:59 +00:00
|
|
|
* Thu Dec 05 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-3
|
|
|
|
- Add lld-test package
|
|
|
|
|
2019-11-14 19:04:00 +00:00
|
|
|
* Thu Nov 14 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-2
|
|
|
|
- Add explicit lld-libs requires to fix rpmdiff errors
|
|
|
|
|
2019-09-20 01:30:39 +00:00
|
|
|
* Thu Sep 19 2019 Tom Stellard <tstellar@redhat.com> -9.0.0-1
|
|
|
|
- 9.0.0 Release
|
|
|
|
|
2019-08-22 20:54:08 +00:00
|
|
|
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc3
|
|
|
|
- 9.0.0-rc3 Release
|
|
|
|
|
2019-08-20 05:04:24 +00:00
|
|
|
* Tue Aug 20 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-3
|
|
|
|
- touch /usr/bin/ld as required by the packaging guidelines for
|
|
|
|
update-alternatives
|
|
|
|
|
2019-02-15 22:11:28 +00:00
|
|
|
* Tue Aug 13 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-2
|
|
|
|
- Add update-alternative for ld
|
|
|
|
|
2019-07-25 15:03:11 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-21 05:57:59 +00:00
|
|
|
* Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1
|
|
|
|
- 8.0.0 final
|
|
|
|
|
2019-03-12 14:15:43 +00:00
|
|
|
* Tue Mar 12 2019 sguelton@redhat.com - 8.0.0-0.4.rc4
|
|
|
|
- 8.0.0 Release candidate 4
|
|
|
|
|
2019-03-06 18:02:53 +00:00
|
|
|
* Tue Mar 5 2019 sguelton@redhat.com - 8.0.0-0.4.rc3
|
|
|
|
- Cleanup specfile after llvm specfile update
|
|
|
|
|
2019-03-04 13:19:44 +00:00
|
|
|
* Mon Mar 4 2019 sguelton@redhat.com - 8.0.0-0.3.rc3
|
|
|
|
- 8.0.0 Release candidate 3
|
|
|
|
|
2019-02-22 17:03:04 +00:00
|
|
|
* Fri Feb 22 2019 sguelton@redhat.com - 8.0.0-0.2.rc2
|
|
|
|
- 8.0.0 Release candidate 2
|
|
|
|
|
|
|
|
* Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-0.1.rc1
|
2019-02-13 15:57:08 +00:00
|
|
|
- 8.0.0 Release candidate 1
|
|
|
|
|
2019-02-01 08:51:58 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-3.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-14 14:57:57 +00:00
|
|
|
* Mon Jan 14 2019 sguelton@redhat.com - 7.0.1-3
|
|
|
|
- Fix lld + annobin integration & Setup basic CI tests
|
|
|
|
|
2018-12-18 06:59:48 +00:00
|
|
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-2
|
|
|
|
- Update lit dependency
|
|
|
|
|
2018-11-22 12:19:43 +00:00
|
|
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
|
|
|
- 7.0.1 Release
|
|
|
|
|
2018-12-04 14:43:38 +00:00
|
|
|
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-2
|
|
|
|
- Ensure rpmlint passes on specfile
|
|
|
|
|
2018-09-24 20:35:49 +00:00
|
|
|
* Mon Sep 24 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
|
|
|
- 7.0.1 Release
|
|
|
|
|
2018-09-11 23:21:15 +00:00
|
|
|
* Tue Sep 11 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.4.rc3
|
|
|
|
- 7.0.0-rc3 Release
|
|
|
|
|
2018-08-31 18:17:55 +00:00
|
|
|
* Fri Aug 31 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.3.rc2
|
|
|
|
- 7.0.0-rc2 Release
|
|
|
|
|
2018-08-30 23:39:55 +00:00
|
|
|
* Thu Aug 30 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.2.rc1
|
|
|
|
- Enable make check
|
|
|
|
|
2018-08-14 03:17:24 +00:00
|
|
|
* Mon Aug 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc1
|
|
|
|
- 7.0.0-rc1 Release
|
|
|
|
|
2018-07-13 09:15:54 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-27 14:39:06 +00:00
|
|
|
* Wed Jun 27 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-1
|
|
|
|
- 6.0.1 Release
|
|
|
|
|
2018-05-11 18:55:30 +00:00
|
|
|
* Fri May 11 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.1.rc1
|
|
|
|
- 6.0.1-rc1 Release
|
|
|
|
|
2018-03-09 03:12:47 +00:00
|
|
|
* Thu Mar 08 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-1
|
|
|
|
- 6.0.0 Release
|
|
|
|
|
2018-02-13 17:52:43 +00:00
|
|
|
* Tue Feb 13 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.3.rc2
|
|
|
|
- 6.0.0-rc2 Release
|
|
|
|
|
2018-02-08 00:01:15 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-0.2.rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-25 18:37:18 +00:00
|
|
|
* Thu Jan 25 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.1.rc1
|
|
|
|
- 6.0.0-rc1 Release
|
|
|
|
|
2017-12-21 15:55:19 +00:00
|
|
|
* Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
|
|
|
|
- 5.0.1 Release
|
|
|
|
|
2017-09-12 02:16:50 +00:00
|
|
|
* Mon Sep 11 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-1
|
|
|
|
- 5.0.0 Release
|
|
|
|
|
2017-08-03 02:41:08 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 20:13:12 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-06 19:38:12 +00:00
|
|
|
* Thu Jul 06 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-2
|
|
|
|
- Backport r307092
|
|
|
|
|
2017-07-04 12:29:29 +00:00
|
|
|
* Tue Jul 04 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-1
|
|
|
|
- 4.0.1 Release
|
|
|
|
|
2017-07-04 17:08:26 +00:00
|
|
|
* Tue Jul 04 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-4
|
|
|
|
- Fix build without llvm-static
|
|
|
|
|
2017-05-31 12:27:15 +00:00
|
|
|
* Wed May 31 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-3
|
|
|
|
- Remove llvm-static dependency
|
|
|
|
|
2017-05-15 21:19:19 +00:00
|
|
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
|
|
|
2017-04-13 19:34:21 +00:00
|
|
|
* Tue Mar 14 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-1
|
|
|
|
- lld 4.0.0 Final Release
|