2021-04-23 21:10:27 +00:00
|
|
|
# We are building with clang for faster/lower memory LTO builds.
|
2021-11-09 13:56:37 +00:00
|
|
|
# See https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_macros
|
2021-04-23 21:10:27 +00:00
|
|
|
%global toolchain clang
|
|
|
|
|
2023-01-09 20:33:24 +00:00
|
|
|
# Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2158587
|
|
|
|
%undefine _include_frame_pointers
|
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
# Components enabled if supported by target architecture:
|
2018-08-29 03:35:53 +00:00
|
|
|
%define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x
|
|
|
|
%ifarch %{gold_arches}
|
2013-11-12 20:48:50 +00:00
|
|
|
%bcond_without gold
|
2010-07-17 13:43:22 +00:00
|
|
|
%else
|
2013-11-12 20:48:50 +00:00
|
|
|
%bcond_with gold
|
2010-07-17 13:43:22 +00:00
|
|
|
%endif
|
2012-07-13 07:33:20 +00:00
|
|
|
|
2019-07-30 02:43:32 +00:00
|
|
|
%bcond_with compat_build
|
2021-09-13 07:29:11 +00:00
|
|
|
%bcond_without check
|
2018-07-03 17:55:06 +00:00
|
|
|
|
2023-03-20 20:04:41 +00:00
|
|
|
#global rc_ver 4
|
2023-02-02 20:08:20 +00:00
|
|
|
%global maj_ver 16
|
2021-02-03 06:33:44 +00:00
|
|
|
%global min_ver 0
|
2023-04-12 12:20:22 +00:00
|
|
|
%global patch_ver 1
|
2021-05-27 00:26:53 +00:00
|
|
|
%global llvm_srcdir llvm-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:rc%{rc_ver}}.src
|
2022-08-02 07:38:03 +00:00
|
|
|
%global cmake_srcdir cmake-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:rc%{rc_ver}}.src
|
2022-11-09 18:22:27 +00:00
|
|
|
%global third_party_srcdir third-party-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:rc%{rc_ver}}.src
|
2022-12-05 16:07:40 +00:00
|
|
|
%global _lto_cflags -flto=thin
|
2018-08-10 01:37:56 +00:00
|
|
|
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{with compat_build}
|
2021-02-23 16:18:25 +00:00
|
|
|
%global pkg_name llvm%{maj_ver}
|
|
|
|
%global exec_suffix -%{maj_ver}
|
2018-07-03 17:55:06 +00:00
|
|
|
%global install_prefix %{_libdir}/%{name}
|
|
|
|
%global install_bindir %{install_prefix}/bin
|
|
|
|
%global install_includedir %{install_prefix}/include
|
|
|
|
%global install_libdir %{install_prefix}/lib
|
|
|
|
|
|
|
|
%global pkg_bindir %{install_bindir}
|
|
|
|
%global pkg_includedir %{_includedir}/%{name}
|
|
|
|
%global pkg_libdir %{install_libdir}
|
|
|
|
%else
|
|
|
|
%global pkg_name llvm
|
|
|
|
%global install_prefix /usr
|
2018-08-10 01:37:56 +00:00
|
|
|
%global install_libdir %{_libdir}
|
2021-04-27 09:08:22 +00:00
|
|
|
%global pkg_bindir %{_bindir}
|
2018-08-10 01:37:56 +00:00
|
|
|
%global pkg_libdir %{install_libdir}
|
2021-04-28 22:38:17 +00:00
|
|
|
%global exec_suffix %{nil}
|
2018-07-03 17:55:06 +00:00
|
|
|
%endif
|
|
|
|
|
2021-01-28 20:37:32 +00:00
|
|
|
%if 0%{?rhel}
|
2021-02-17 17:14:13 +00:00
|
|
|
%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;Mips;BPF;WebAssembly"
|
2021-01-28 20:37:32 +00:00
|
|
|
%global experimental_targets_to_build ""
|
|
|
|
%else
|
|
|
|
%global targets_to_build "all"
|
|
|
|
%global experimental_targets_to_build "AVR"
|
|
|
|
%endif
|
|
|
|
|
2018-12-04 15:10:41 +00:00
|
|
|
%global build_install_prefix %{buildroot}%{install_prefix}
|
|
|
|
|
2021-07-13 20:14:17 +00:00
|
|
|
# Lower memory usage of dwz on s390x
|
|
|
|
%global _dwz_low_mem_die_limit_s390x 1
|
|
|
|
%global _dwz_max_die_limit_s390x 1000000
|
|
|
|
|
2021-10-06 05:54:41 +00:00
|
|
|
%ifarch %{arm}
|
2021-10-08 03:25:19 +00:00
|
|
|
# koji overrides the _gnu variable to be gnu, which is not correct for clang, so
|
2021-10-06 05:54:41 +00:00
|
|
|
# we need to hard-code the correct triple here.
|
2021-10-08 03:25:19 +00:00
|
|
|
%global llvm_triple armv7l-redhat-linux-gnueabihf
|
2021-10-06 05:54:41 +00:00
|
|
|
%else
|
2023-03-17 01:07:43 +00:00
|
|
|
%global llvm_triple %{_target_platform}
|
2021-10-06 05:54:41 +00:00
|
|
|
%endif
|
|
|
|
|
2022-07-19 10:49:30 +00:00
|
|
|
# https://fedoraproject.org/wiki/Changes/PythonSafePath#Opting_out
|
|
|
|
# Don't add -P to Python shebangs
|
|
|
|
# The executable Python scripts in /usr/share/opt-viewer/ import each other
|
|
|
|
%undefine _py3_shebang_P
|
|
|
|
|
2018-07-03 17:55:06 +00:00
|
|
|
Name: %{pkg_name}
|
2021-04-16 04:58:30 +00:00
|
|
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
2023-04-12 12:20:22 +00:00
|
|
|
Release: 1%{?dist}
|
2016-01-27 15:23:13 +00:00
|
|
|
Summary: The Low Level Virtual Machine
|
2013-03-08 10:41:56 +00:00
|
|
|
|
2023-01-19 19:45:58 +00:00
|
|
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
2016-01-27 15:23:13 +00:00
|
|
|
URL: http://llvm.org
|
2021-08-11 02:14:17 +00:00
|
|
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{llvm_srcdir}.tar.xz
|
|
|
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{llvm_srcdir}.tar.xz.sig
|
2022-08-02 07:38:03 +00:00
|
|
|
Source2: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz
|
|
|
|
Source3: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz.sig
|
2023-02-01 21:36:34 +00:00
|
|
|
Source4: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{third_party_srcdir}.tar.xz
|
|
|
|
Source5: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:-rc%{rc_ver}}/%{third_party_srcdir}.tar.xz.sig
|
|
|
|
Source6: release-keys.asc
|
2020-12-01 13:40:45 +00:00
|
|
|
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{without compat_build}
|
2023-02-01 21:36:34 +00:00
|
|
|
Source7: run-lit-tests
|
|
|
|
Source8: lit.fedora.cfg.py
|
2019-07-30 02:43:32 +00:00
|
|
|
%endif
|
2015-09-16 03:11:34 +00:00
|
|
|
|
2023-03-14 19:25:42 +00:00
|
|
|
# Backport from LLVM 17.
|
|
|
|
Patch0: D145763.diff
|
2021-04-06 20:53:13 +00:00
|
|
|
|
2022-11-17 09:10:57 +00:00
|
|
|
# See https://reviews.llvm.org/D137890 for the next two patches
|
|
|
|
Patch2: 0001-llvm-Add-install-targets-for-gtest.patch
|
|
|
|
# Patching third-party dir with a 200 offset in patch number
|
|
|
|
Patch201: 0201-third-party-Add-install-targets-for-gtest.patch
|
|
|
|
|
2018-12-04 15:10:41 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
2021-04-23 21:10:27 +00:00
|
|
|
BuildRequires: clang
|
2016-01-27 15:23:13 +00:00
|
|
|
BuildRequires: cmake
|
2018-03-08 23:40:31 +00:00
|
|
|
BuildRequires: ninja-build
|
2016-01-27 15:23:13 +00:00
|
|
|
BuildRequires: zlib-devel
|
2018-12-04 15:10:41 +00:00
|
|
|
BuildRequires: libffi-devel
|
2016-06-07 09:36:38 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2021-04-29 05:06:22 +00:00
|
|
|
BuildRequires: python3-psutil
|
2016-01-27 15:23:13 +00:00
|
|
|
BuildRequires: python3-sphinx
|
2019-01-25 17:43:56 +00:00
|
|
|
BuildRequires: python3-recommonmark
|
2017-04-03 19:24:44 +00:00
|
|
|
BuildRequires: multilib-rpm-config
|
2012-02-24 09:59:11 +00:00
|
|
|
%if %{with gold}
|
2018-12-04 15:10:41 +00:00
|
|
|
BuildRequires: binutils-devel
|
2012-02-24 09:59:11 +00:00
|
|
|
%endif
|
2018-08-28 05:46:20 +00:00
|
|
|
%ifarch %{valgrind_arches}
|
2017-08-25 13:40:02 +00:00
|
|
|
# Enable extra functionality when run the LLVM JIT under valgrind.
|
2018-12-04 15:10:41 +00:00
|
|
|
BuildRequires: valgrind-devel
|
2018-08-28 05:46:20 +00:00
|
|
|
%endif
|
2017-09-08 23:45:30 +00:00
|
|
|
# LLVM's LineEditor library will use libedit if it is available.
|
2018-12-04 15:10:41 +00:00
|
|
|
BuildRequires: libedit-devel
|
2021-09-23 12:47:00 +00:00
|
|
|
# We need python3-devel for %%py3_shebang_fix
|
2018-08-30 21:47:59 +00:00
|
|
|
BuildRequires: python3-devel
|
2021-04-19 11:18:31 +00:00
|
|
|
BuildRequires: python3-setuptools
|
2008-01-21 17:33:11 +00:00
|
|
|
|
2020-07-13 12:27:26 +00:00
|
|
|
# For origin certification
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2008-01-21 17:33:11 +00:00
|
|
|
|
2019-07-18 03:50:40 +00:00
|
|
|
Provides: llvm(major) = %{maj_ver}
|
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
%description
|
|
|
|
LLVM is a compiler infrastructure designed for compile-time, link-time,
|
|
|
|
runtime, and idle-time optimization of programs from arbitrary programming
|
|
|
|
languages. The compiler infrastructure includes mirror sets of programming
|
|
|
|
tools as well as libraries with equivalent functionality.
|
2008-01-21 17:33:11 +00:00
|
|
|
|
|
|
|
%package devel
|
2016-01-27 15:23:13 +00:00
|
|
|
Summary: Libraries and header files for LLVM
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2020-01-17 20:06:47 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2017-09-18 22:50:11 +00:00
|
|
|
# The installed LLVM cmake files will add -ledit to the linker flags for any
|
|
|
|
# app that requires the libLLVMLineEditor, so we need to make sure
|
|
|
|
# libedit-devel is available.
|
|
|
|
Requires: libedit-devel
|
2020-02-20 20:41:28 +00:00
|
|
|
# The installed cmake files reference binaries from llvm-test and llvm-static.
|
|
|
|
# We tried in the past to split the cmake exports for these binaries out into
|
|
|
|
# separate files, so that llvm-devel would not need to Require these packages,
|
|
|
|
# but this caused bugs (rhbz#1773678) and forced us to carry two non-upstream
|
|
|
|
# patches.
|
2021-02-23 16:18:25 +00:00
|
|
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
%if %{without compat_build}
|
|
|
|
Requires: %{name}-test%{?_isa} = %{version}-%{release}
|
|
|
|
%endif
|
2020-02-20 20:41:28 +00:00
|
|
|
|
|
|
|
|
2018-12-04 15:10:41 +00:00
|
|
|
Requires(post): %{_sbindir}/alternatives
|
2018-11-22 12:16:37 +00:00
|
|
|
Requires(postun): %{_sbindir}/alternatives
|
2008-01-21 17:33:11 +00:00
|
|
|
|
2019-07-18 03:50:40 +00:00
|
|
|
Provides: llvm-devel(major) = %{maj_ver}
|
|
|
|
|
2008-01-21 17:33:11 +00:00
|
|
|
%description devel
|
2016-01-27 15:23:13 +00:00
|
|
|
This package contains library and header files needed to develop new native
|
|
|
|
programs that use the LLVM infrastructure.
|
2008-01-21 17:33:11 +00:00
|
|
|
|
|
|
|
%package doc
|
2016-01-27 15:23:13 +00:00
|
|
|
Summary: Documentation for LLVM
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2008-01-21 17:33:11 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Documentation for the LLVM compiler infrastructure.
|
|
|
|
|
2011-03-17 17:24:51 +00:00
|
|
|
%package libs
|
2016-01-27 15:23:13 +00:00
|
|
|
Summary: LLVM shared libraries
|
2011-03-17 17:24:51 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
Shared libraries for the LLVM compiler infrastructure.
|
|
|
|
|
2016-02-12 20:37:19 +00:00
|
|
|
%package static
|
|
|
|
Summary: LLVM static libraries
|
2019-05-17 08:59:03 +00:00
|
|
|
Conflicts: %{name}-devel < 8
|
2016-02-12 20:37:19 +00:00
|
|
|
|
2021-03-10 11:47:19 +00:00
|
|
|
Provides: llvm-static(major) = %{maj_ver}
|
|
|
|
|
2016-02-12 20:37:19 +00:00
|
|
|
%description static
|
|
|
|
Static libraries for the LLVM compiler infrastructure.
|
|
|
|
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{without compat_build}
|
2018-03-19 16:26:08 +00:00
|
|
|
|
|
|
|
%package test
|
2018-11-22 12:16:37 +00:00
|
|
|
Summary: LLVM regression tests
|
2018-09-26 13:23:50 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2020-01-17 20:06:47 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2018-03-19 16:26:08 +00:00
|
|
|
|
2019-07-18 03:50:40 +00:00
|
|
|
Provides: llvm-test(major) = %{maj_ver}
|
|
|
|
|
2018-03-19 16:26:08 +00:00
|
|
|
%description test
|
|
|
|
LLVM regression tests.
|
|
|
|
|
|
|
|
%package googletest
|
2018-11-22 12:16:37 +00:00
|
|
|
Summary: LLVM's modified googletest sources
|
2018-03-19 16:26:08 +00:00
|
|
|
|
|
|
|
%description googletest
|
|
|
|
LLVM's modified googletest sources.
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2008-01-21 17:33:11 +00:00
|
|
|
%prep
|
2023-02-02 20:08:20 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE3}' --data='%{SOURCE2}'
|
|
|
|
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE5}' --data='%{SOURCE4}'
|
2022-08-02 07:38:03 +00:00
|
|
|
%setup -T -q -b 2 -n %{cmake_srcdir}
|
|
|
|
# TODO: It would be more elegant to set -DLLVM_COMMON_CMAKE_UTILS=%{_builddir}/%{cmake_srcdir},
|
|
|
|
# but this is not a CACHED variable, so we can't actually set it externally :(
|
|
|
|
cd ..
|
|
|
|
mv %{cmake_srcdir} cmake
|
2023-02-02 20:08:20 +00:00
|
|
|
%setup -T -q -b 4 -n %{third_party_srcdir}
|
2022-11-17 09:10:57 +00:00
|
|
|
%autopatch -m200 -p2
|
2022-11-09 18:22:27 +00:00
|
|
|
cd ..
|
|
|
|
mv %{third_party_srcdir} third-party
|
2022-11-17 09:10:57 +00:00
|
|
|
|
|
|
|
%setup -T -q -b 0 -n %{llvm_srcdir}
|
|
|
|
%autopatch -M200 -p2
|
2009-09-09 05:04:12 +00:00
|
|
|
|
2021-09-23 12:47:00 +00:00
|
|
|
%py3_shebang_fix \
|
2018-09-07 15:57:43 +00:00
|
|
|
test/BugPoint/compile-custom.ll.py \
|
2020-08-11 23:56:54 +00:00
|
|
|
tools/opt-viewer/*.py \
|
|
|
|
utils/update_cc_test_checks.py
|
2018-08-30 21:47:59 +00:00
|
|
|
|
2008-01-21 17:33:11 +00:00
|
|
|
%build
|
2022-01-10 20:41:41 +00:00
|
|
|
|
2021-05-02 17:05:31 +00:00
|
|
|
%ifarch s390 s390x %{arm} %ix86
|
2016-03-09 20:33:10 +00:00
|
|
|
# Decrease debuginfo verbosity to reduce memory consumption during final library linking
|
|
|
|
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
|
|
|
%endif
|
|
|
|
|
2022-11-11 09:23:47 +00:00
|
|
|
# Copy CFLAGS into ASMFLAGS, so -fcf-protection is used when compiling assembly files.
|
|
|
|
export ASMFLAGS=$CFLAGS
|
|
|
|
|
2016-02-12 06:04:42 +00:00
|
|
|
# force off shared libs as cmake macros turns it on.
|
2021-10-28 11:23:54 +00:00
|
|
|
%cmake -G Ninja \
|
2016-02-12 06:04:42 +00:00
|
|
|
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
2019-02-14 15:11:46 +00:00
|
|
|
-DLLVM_PARALLEL_LINK_JOBS=1 \
|
2016-01-27 15:23:13 +00:00
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
2020-06-02 15:03:25 +00:00
|
|
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
2019-09-30 20:49:55 +00:00
|
|
|
%ifarch s390 %{arm} %ix86
|
2016-03-09 20:33:10 +00:00
|
|
|
-DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
|
|
|
|
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
|
|
|
|
%endif
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{without compat_build}
|
2016-01-27 15:31:18 +00:00
|
|
|
%if 0%{?__isa_bits} == 64
|
2016-01-27 15:23:13 +00:00
|
|
|
-DLLVM_LIBDIR_SUFFIX=64 \
|
2013-11-12 20:48:50 +00:00
|
|
|
%else
|
2016-01-27 15:23:13 +00:00
|
|
|
-DLLVM_LIBDIR_SUFFIX= \
|
2018-07-03 17:55:06 +00:00
|
|
|
%endif
|
2010-05-26 18:57:22 +00:00
|
|
|
%endif
|
2016-01-27 15:23:13 +00:00
|
|
|
\
|
2021-01-28 20:37:32 +00:00
|
|
|
-DLLVM_TARGETS_TO_BUILD=%{targets_to_build} \
|
2016-01-27 15:23:13 +00:00
|
|
|
-DLLVM_ENABLE_LIBCXX:BOOL=OFF \
|
|
|
|
-DLLVM_ENABLE_ZLIB:BOOL=ON \
|
|
|
|
-DLLVM_ENABLE_FFI:BOOL=ON \
|
|
|
|
-DLLVM_ENABLE_RTTI:BOOL=ON \
|
2021-02-15 23:23:24 +00:00
|
|
|
-DLLVM_USE_PERF:BOOL=ON \
|
2013-11-12 20:48:50 +00:00
|
|
|
%if %{with gold}
|
2016-01-27 15:23:13 +00:00
|
|
|
-DLLVM_BINUTILS_INCDIR=%{_includedir} \
|
2019-09-19 00:37:59 +00:00
|
|
|
%endif
|
2021-01-28 20:37:32 +00:00
|
|
|
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=%{experimental_targets_to_build} \
|
2016-01-27 15:23:13 +00:00
|
|
|
\
|
|
|
|
-DLLVM_BUILD_RUNTIME:BOOL=ON \
|
|
|
|
\
|
|
|
|
-DLLVM_INCLUDE_TOOLS:BOOL=ON \
|
|
|
|
-DLLVM_BUILD_TOOLS:BOOL=ON \
|
|
|
|
\
|
|
|
|
-DLLVM_INCLUDE_TESTS:BOOL=ON \
|
|
|
|
-DLLVM_BUILD_TESTS:BOOL=ON \
|
2023-04-12 12:13:53 +00:00
|
|
|
%if %{with compat_build}
|
|
|
|
-DLLVM_INSTALL_GTEST:BOOL=OFF \
|
|
|
|
%else
|
2022-11-17 09:10:57 +00:00
|
|
|
-DLLVM_INSTALL_GTEST:BOOL=ON \
|
2023-04-12 12:13:53 +00:00
|
|
|
%endif
|
2022-02-17 07:07:56 +00:00
|
|
|
-DLLVM_LIT_ARGS=-v \
|
2016-01-27 15:23:13 +00:00
|
|
|
\
|
|
|
|
-DLLVM_INCLUDE_EXAMPLES:BOOL=ON \
|
|
|
|
-DLLVM_BUILD_EXAMPLES:BOOL=OFF \
|
|
|
|
\
|
|
|
|
-DLLVM_INCLUDE_UTILS:BOOL=ON \
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{with compat_build}
|
2018-07-03 17:55:06 +00:00
|
|
|
-DLLVM_INSTALL_UTILS:BOOL=OFF \
|
|
|
|
%else
|
2017-04-03 14:23:17 +00:00
|
|
|
-DLLVM_INSTALL_UTILS:BOOL=ON \
|
2019-08-01 16:23:58 +00:00
|
|
|
-DLLVM_UTILS_INSTALL_DIR:PATH=%{_bindir} \
|
2019-03-06 08:36:59 +00:00
|
|
|
-DLLVM_TOOLS_INSTALL_DIR:PATH=bin \
|
2018-07-03 17:55:06 +00:00
|
|
|
%endif
|
2016-01-27 15:23:13 +00:00
|
|
|
\
|
|
|
|
-DLLVM_INCLUDE_DOCS:BOOL=ON \
|
|
|
|
-DLLVM_BUILD_DOCS:BOOL=ON \
|
|
|
|
-DLLVM_ENABLE_SPHINX:BOOL=ON \
|
|
|
|
-DLLVM_ENABLE_DOXYGEN:BOOL=OFF \
|
|
|
|
\
|
2020-04-01 17:17:25 +00:00
|
|
|
%if %{without compat_build}
|
2020-02-04 10:49:30 +00:00
|
|
|
-DLLVM_VERSION_SUFFIX='' \
|
2020-04-01 17:17:25 +00:00
|
|
|
%endif
|
2016-02-12 06:04:42 +00:00
|
|
|
-DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
|
2016-02-19 00:13:04 +00:00
|
|
|
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
|
2016-01-27 15:23:13 +00:00
|
|
|
-DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=ON \
|
|
|
|
-DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF \
|
2021-10-06 05:54:41 +00:00
|
|
|
-DLLVM_DEFAULT_TARGET_TRIPLE=%{llvm_triple} \
|
2017-01-07 01:56:22 +00:00
|
|
|
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
|
2020-04-01 17:17:25 +00:00
|
|
|
-DCMAKE_INSTALL_PREFIX=%{install_prefix} \
|
2019-08-01 16:23:58 +00:00
|
|
|
-DLLVM_INSTALL_SPHINX_HTML_DIR=%{_pkgdocdir}/html \
|
2022-02-11 14:01:08 +00:00
|
|
|
-DSPHINX_EXECUTABLE=%{_bindir}/sphinx-build-3 \
|
|
|
|
-DLLVM_INCLUDE_BENCHMARKS=OFF
|
2016-01-27 15:23:13 +00:00
|
|
|
|
2019-09-30 20:49:55 +00:00
|
|
|
# Build libLLVM.so first. This ensures that when libLLVM.so is linking, there
|
|
|
|
# are no other compile jobs running. This will help reduce OOM errors on the
|
|
|
|
# builders without having to artificially limit the number of concurrent jobs.
|
2020-07-13 12:27:26 +00:00
|
|
|
%cmake_build --target LLVM
|
|
|
|
%cmake_build
|
2008-01-21 17:33:11 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-13 12:27:26 +00:00
|
|
|
%cmake_install
|
2013-12-19 19:55:05 +00:00
|
|
|
|
2019-01-25 17:43:56 +00:00
|
|
|
mkdir -p %{buildroot}/%{_bindir}
|
2020-07-31 13:23:06 +00:00
|
|
|
|
2021-04-27 09:08:22 +00:00
|
|
|
%if %{without compat_build}
|
|
|
|
|
2019-03-06 08:36:59 +00:00
|
|
|
# Fix some man pages
|
2021-04-20 10:20:36 +00:00
|
|
|
ln -s llvm-config.1 %{buildroot}%{_mandir}/man1/llvm-config%{exec_suffix}-%{__isa_bits}.1
|
2008-12-12 05:46:36 +00:00
|
|
|
|
2018-03-19 16:26:08 +00:00
|
|
|
# Install binaries needed for lit tests
|
2019-09-10 20:35:57 +00:00
|
|
|
%global test_binaries llvm-isel-fuzzer llvm-opt-fuzzer
|
2019-01-25 17:43:56 +00:00
|
|
|
|
|
|
|
for f in %{test_binaries}
|
|
|
|
do
|
2020-07-13 12:27:26 +00:00
|
|
|
install -m 0755 %{_vpath_builddir}/bin/$f %{buildroot}%{_bindir}
|
2018-03-19 16:26:08 +00:00
|
|
|
done
|
|
|
|
|
2020-04-07 09:28:56 +00:00
|
|
|
# Remove testing of update utility tools
|
|
|
|
rm -rf test/tools/UpdateTestChecks
|
2019-01-25 17:43:56 +00:00
|
|
|
|
|
|
|
%multilib_fix_c_header --file %{_includedir}/llvm/Config/llvm-config.h
|
|
|
|
|
2018-11-17 05:02:32 +00:00
|
|
|
# Install libraries needed for unittests
|
|
|
|
%if 0%{?__isa_bits} == 64
|
2020-07-13 12:27:26 +00:00
|
|
|
%global build_libdir %{_vpath_builddir}/lib64
|
2018-11-17 05:02:32 +00:00
|
|
|
%else
|
2020-07-13 12:27:26 +00:00
|
|
|
%global build_libdir %{_vpath_builddir}/lib
|
2018-11-17 05:02:32 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
install %{build_libdir}/libLLVMTestingSupport.a %{buildroot}%{_libdir}
|
2023-01-23 22:22:20 +00:00
|
|
|
install %{build_libdir}/libLLVMTestingAnnotations.a %{buildroot}%{_libdir}
|
2018-11-17 05:02:32 +00:00
|
|
|
|
2020-04-30 19:25:26 +00:00
|
|
|
%if %{with gold}
|
|
|
|
# Add symlink to lto plugin in the binutils plugin directory.
|
|
|
|
%{__mkdir_p} %{buildroot}%{_libdir}/bfd-plugins/
|
2022-01-28 10:41:01 +00:00
|
|
|
ln -s -t %{buildroot}%{_libdir}/bfd-plugins/ ../LLVMgold.so
|
2020-04-30 19:25:26 +00:00
|
|
|
%endif
|
|
|
|
|
2018-07-03 17:55:06 +00:00
|
|
|
%else
|
|
|
|
|
|
|
|
# Add version suffix to binaries
|
2019-07-30 02:43:32 +00:00
|
|
|
for f in %{buildroot}/%{install_bindir}/*; do
|
|
|
|
filename=`basename $f`
|
2022-09-13 16:04:18 +00:00
|
|
|
ln -s ../../%{install_bindir}/$filename %{buildroot}/%{_bindir}/$filename%{exec_suffix}
|
2018-07-03 17:55:06 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
# Move header files
|
|
|
|
mkdir -p %{buildroot}/%{pkg_includedir}
|
2018-07-27 06:55:35 +00:00
|
|
|
ln -s ../../../%{install_includedir}/llvm %{buildroot}/%{pkg_includedir}/llvm
|
|
|
|
ln -s ../../../%{install_includedir}/llvm-c %{buildroot}/%{pkg_includedir}/llvm-c
|
2018-07-03 17:55:06 +00:00
|
|
|
|
|
|
|
# Fix multi-lib
|
|
|
|
%multilib_fix_c_header --file %{install_includedir}/llvm/Config/llvm-config.h
|
|
|
|
|
|
|
|
# Create ld.so.conf.d entry
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
|
|
|
cat >> %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf << EOF
|
|
|
|
%{pkg_libdir}
|
|
|
|
EOF
|
|
|
|
|
|
|
|
# Add version suffix to man pages and move them to mandir.
|
|
|
|
mkdir -p %{buildroot}/%{_mandir}/man1
|
2020-04-01 17:17:25 +00:00
|
|
|
for f in %{build_install_prefix}/share/man/man1/*; do
|
2018-07-03 17:55:06 +00:00
|
|
|
filename=`basename $f | cut -f 1 -d '.'`
|
|
|
|
mv $f %{buildroot}%{_mandir}/man1/$filename%{exec_suffix}.1
|
|
|
|
done
|
|
|
|
|
|
|
|
# Remove opt-viewer, since this is just a compatibility package.
|
2018-12-04 15:10:41 +00:00
|
|
|
rm -Rf %{build_install_prefix}/share/opt-viewer
|
2018-07-03 17:55:06 +00:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2021-05-17 15:25:39 +00:00
|
|
|
# llvm-config special casing. llvm-config is managed by update-alternatives.
|
|
|
|
# the original file must remain available for compatibility with the CMake
|
|
|
|
# infrastructure. Without compat, cmake points to the symlink, with compat it
|
|
|
|
# points to the original file.
|
|
|
|
|
|
|
|
%if %{without compat_build}
|
|
|
|
|
|
|
|
mv %{buildroot}/%{pkg_bindir}/llvm-config %{buildroot}/%{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits}
|
2021-07-13 20:14:17 +00:00
|
|
|
# We still maintain a versionned symlink for consistency across llvm versions.
|
|
|
|
# This is specific to the non-compat build and matches the exec prefix for
|
|
|
|
# compat builds. An isa-agnostic versionned symlink is also maintained in the (un)install
|
|
|
|
# steps.
|
|
|
|
(cd %{buildroot}/%{pkg_bindir} ; ln -s llvm-config%{exec_suffix}-%{__isa_bits} llvm-config-%{maj_ver}-%{__isa_bits} )
|
|
|
|
# ghost presence
|
|
|
|
touch %{buildroot}%{_bindir}/llvm-config-%{maj_ver}
|
2021-05-17 15:25:39 +00:00
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
rm %{buildroot}%{_bindir}/llvm-config%{exec_suffix}
|
|
|
|
(cd %{buildroot}/%{pkg_bindir} ; ln -s llvm-config llvm-config%{exec_suffix}-%{__isa_bits} )
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# ghost presence
|
|
|
|
touch %{buildroot}%{_bindir}/llvm-config%{exec_suffix}
|
|
|
|
|
2022-11-14 19:36:05 +00:00
|
|
|
cp -Rv ../cmake/Modules/* %{buildroot}%{pkg_libdir}/cmake/llvm
|
2019-01-25 17:43:56 +00:00
|
|
|
|
2011-08-01 16:50:42 +00:00
|
|
|
%check
|
2021-07-13 20:14:17 +00:00
|
|
|
# Disable check section on arm due to some kind of memory related failure.
|
|
|
|
# Possibly related to https://bugzilla.redhat.com/show_bug.cgi?id=1920183
|
|
|
|
%ifnarch %{arm}
|
|
|
|
|
2021-01-05 12:52:34 +00:00
|
|
|
# TODO: Fix the failures below
|
2019-03-27 02:37:21 +00:00
|
|
|
%ifarch %{arm}
|
2020-12-22 07:55:56 +00:00
|
|
|
rm test/tools/llvm-readobj/ELF/dependent-libraries.test
|
2019-03-27 02:37:21 +00:00
|
|
|
%endif
|
2011-08-01 16:50:42 +00:00
|
|
|
|
2021-01-05 12:52:34 +00:00
|
|
|
# non reproducible errors
|
|
|
|
rm test/tools/dsymutil/X86/swift-interface.test
|
|
|
|
|
2021-09-13 07:29:11 +00:00
|
|
|
%if %{with check}
|
2020-12-22 07:55:56 +00:00
|
|
|
# FIXME: use %%cmake_build instead of %%__ninja
|
2021-03-31 06:48:12 +00:00
|
|
|
LD_LIBRARY_PATH=%{buildroot}/%{pkg_libdir} %{__ninja} check-all -C %{_vpath_builddir}
|
2021-09-13 07:29:11 +00:00
|
|
|
%endif
|
2020-12-22 07:55:56 +00:00
|
|
|
|
2021-07-13 20:14:17 +00:00
|
|
|
%endif
|
|
|
|
|
2019-01-22 17:40:19 +00:00
|
|
|
%ldconfig_scriptlets libs
|
2011-12-05 22:44:54 +00:00
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
%post devel
|
2021-04-27 09:08:22 +00:00
|
|
|
%{_sbindir}/update-alternatives --install %{_bindir}/llvm-config%{exec_suffix} llvm-config%{exec_suffix} %{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits} %{__isa_bits}
|
2021-07-13 20:14:17 +00:00
|
|
|
%if %{without compat_build}
|
|
|
|
%{_sbindir}/update-alternatives --install %{_bindir}/llvm-config-%{maj_ver} llvm-config-%{maj_ver} %{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits} %{__isa_bits}
|
|
|
|
%endif
|
2011-08-01 16:50:42 +00:00
|
|
|
|
|
|
|
%postun devel
|
2017-03-23 10:39:17 +00:00
|
|
|
if [ $1 -eq 0 ]; then
|
2021-04-27 09:08:22 +00:00
|
|
|
%{_sbindir}/update-alternatives --remove llvm-config%{exec_suffix} %{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits}
|
2021-07-13 20:14:17 +00:00
|
|
|
%if %{without compat_build}
|
|
|
|
%{_sbindir}/update-alternatives --remove llvm-config-%{maj_ver} %{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits}
|
|
|
|
%endif
|
2017-03-23 10:39:17 +00:00
|
|
|
fi
|
2011-08-01 16:50:42 +00:00
|
|
|
|
2008-01-21 17:33:11 +00:00
|
|
|
%files
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2021-03-17 12:58:30 +00:00
|
|
|
%exclude %{_mandir}/man1/llvm-config*
|
|
|
|
%{_mandir}/man1/*
|
2021-03-19 19:54:05 +00:00
|
|
|
%{_bindir}/*
|
2021-03-17 12:58:30 +00:00
|
|
|
|
2021-05-01 22:23:38 +00:00
|
|
|
%exclude %{_bindir}/llvm-config%{exec_suffix}
|
2021-04-27 09:08:22 +00:00
|
|
|
%exclude %{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits}
|
2021-04-20 10:20:36 +00:00
|
|
|
|
2021-03-19 19:54:05 +00:00
|
|
|
%if %{without compat_build}
|
2021-07-13 20:14:17 +00:00
|
|
|
%exclude %{_bindir}/llvm-config-%{maj_ver}
|
|
|
|
%exclude %{pkg_bindir}/llvm-config-%{maj_ver}-%{__isa_bits}
|
2019-03-06 08:36:59 +00:00
|
|
|
%exclude %{_bindir}/not
|
|
|
|
%exclude %{_bindir}/count
|
|
|
|
%exclude %{_bindir}/yaml-bench
|
|
|
|
%exclude %{_bindir}/lli-child-target
|
|
|
|
%exclude %{_bindir}/llvm-isel-fuzzer
|
|
|
|
%exclude %{_bindir}/llvm-opt-fuzzer
|
2017-08-22 22:40:25 +00:00
|
|
|
%{_datadir}/opt-viewer
|
2018-07-03 17:55:06 +00:00
|
|
|
%else
|
2018-07-27 06:55:35 +00:00
|
|
|
%{pkg_bindir}
|
2018-07-03 17:55:06 +00:00
|
|
|
%endif
|
2016-01-27 15:23:13 +00:00
|
|
|
|
|
|
|
%files libs
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2018-08-10 01:37:56 +00:00
|
|
|
%{pkg_libdir}/libLLVM-%{maj_ver}.so
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{without compat_build}
|
2016-07-13 20:13:39 +00:00
|
|
|
%if %{with gold}
|
|
|
|
%{_libdir}/LLVMgold.so
|
2020-04-30 19:25:26 +00:00
|
|
|
%{_libdir}/bfd-plugins/LLVMgold.so
|
2016-07-13 20:13:39 +00:00
|
|
|
%endif
|
2017-08-22 22:40:25 +00:00
|
|
|
%{_libdir}/libLLVM-%{maj_ver}.%{min_ver}*.so
|
2017-03-23 14:27:53 +00:00
|
|
|
%{_libdir}/libLTO.so*
|
2018-07-03 17:55:06 +00:00
|
|
|
%else
|
2019-02-26 16:17:22 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
2018-07-03 17:55:06 +00:00
|
|
|
%if %{with gold}
|
|
|
|
%{_libdir}/%{name}/lib/LLVMgold.so
|
|
|
|
%endif
|
|
|
|
%{pkg_libdir}/libLLVM-%{maj_ver}.%{min_ver}*.so
|
|
|
|
%{pkg_libdir}/libLTO.so*
|
|
|
|
%exclude %{pkg_libdir}/libLTO.so
|
|
|
|
%endif
|
2019-08-01 16:23:58 +00:00
|
|
|
%{pkg_libdir}/libRemarks.so*
|
2008-01-21 17:33:11 +00:00
|
|
|
|
|
|
|
%files devel
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2021-04-20 10:20:36 +00:00
|
|
|
|
|
|
|
%ghost %{_bindir}/llvm-config%{exec_suffix}
|
2021-04-27 09:08:22 +00:00
|
|
|
%{pkg_bindir}/llvm-config%{exec_suffix}-%{__isa_bits}
|
2019-03-06 08:36:59 +00:00
|
|
|
%{_mandir}/man1/llvm-config*
|
2021-04-20 10:20:36 +00:00
|
|
|
|
|
|
|
%if %{without compat_build}
|
2016-01-27 15:23:13 +00:00
|
|
|
%{_includedir}/llvm
|
|
|
|
%{_includedir}/llvm-c
|
2016-07-13 20:13:39 +00:00
|
|
|
%{_libdir}/libLLVM.so
|
2016-09-07 06:29:28 +00:00
|
|
|
%{_libdir}/cmake/llvm
|
2021-07-13 20:14:17 +00:00
|
|
|
%{pkg_bindir}/llvm-config-%{maj_ver}-%{__isa_bits}
|
|
|
|
%ghost %{_bindir}/llvm-config-%{maj_ver}
|
2018-07-03 17:55:06 +00:00
|
|
|
%else
|
2018-07-27 06:55:35 +00:00
|
|
|
%{install_includedir}/llvm
|
|
|
|
%{install_includedir}/llvm-c
|
2018-07-03 17:55:06 +00:00
|
|
|
%{pkg_includedir}/llvm
|
|
|
|
%{pkg_includedir}/llvm-c
|
|
|
|
%{pkg_libdir}/libLTO.so
|
|
|
|
%{pkg_libdir}/libLLVM.so
|
|
|
|
%{pkg_libdir}/cmake/llvm
|
|
|
|
%endif
|
2009-09-07 06:59:47 +00:00
|
|
|
|
|
|
|
%files doc
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2016-01-27 15:23:13 +00:00
|
|
|
%doc %{_pkgdocdir}/html
|
2008-01-21 17:33:11 +00:00
|
|
|
|
2016-02-12 20:37:19 +00:00
|
|
|
%files static
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{without compat_build}
|
2016-02-12 20:37:19 +00:00
|
|
|
%{_libdir}/*.a
|
2018-11-17 05:02:32 +00:00
|
|
|
%exclude %{_libdir}/libLLVMTestingSupport.a
|
2023-01-23 22:22:20 +00:00
|
|
|
%exclude %{_libdir}/libLLVMTestingAnnotations.a
|
2023-03-24 12:04:53 +00:00
|
|
|
%exclude %{_libdir}/libllvm_gtest.a
|
|
|
|
%exclude %{_libdir}/libllvm_gtest_main.a
|
2018-07-03 17:55:06 +00:00
|
|
|
%else
|
|
|
|
%{_libdir}/%{name}/lib/*.a
|
|
|
|
%endif
|
2016-02-12 20:37:19 +00:00
|
|
|
|
2019-07-30 02:43:32 +00:00
|
|
|
%if %{without compat_build}
|
2018-03-19 16:26:08 +00:00
|
|
|
|
|
|
|
%files test
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2019-03-06 08:36:59 +00:00
|
|
|
%{_bindir}/not
|
|
|
|
%{_bindir}/count
|
|
|
|
%{_bindir}/yaml-bench
|
|
|
|
%{_bindir}/lli-child-target
|
|
|
|
%{_bindir}/llvm-isel-fuzzer
|
|
|
|
%{_bindir}/llvm-opt-fuzzer
|
2018-03-19 16:26:08 +00:00
|
|
|
|
|
|
|
%files googletest
|
2020-07-13 12:27:26 +00:00
|
|
|
%license LICENSE.TXT
|
2018-11-17 05:02:32 +00:00
|
|
|
%{_libdir}/libLLVMTestingSupport.a
|
2023-01-23 22:22:20 +00:00
|
|
|
%{_libdir}/libLLVMTestingAnnotations.a
|
2023-03-24 12:04:53 +00:00
|
|
|
%{_libdir}/libllvm_gtest.a
|
|
|
|
%{_libdir}/libllvm_gtest_main.a
|
2022-11-17 15:31:25 +00:00
|
|
|
%{_includedir}/llvm-gtest
|
|
|
|
%{_includedir}/llvm-gmock
|
2018-03-19 16:26:08 +00:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2008-01-21 17:33:11 +00:00
|
|
|
%changelog
|
2023-04-12 12:20:22 +00:00
|
|
|
* Tue Apr 11 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-1
|
|
|
|
- Update to LLVM 16.0.1
|
|
|
|
|
2023-03-24 12:04:53 +00:00
|
|
|
* Thu Mar 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-2
|
|
|
|
- Distribute libllvm_gtest.a and libllvm_gtest_main.a with llvm-googletest
|
2023-03-24 12:07:18 +00:00
|
|
|
- Stop distributing /usr/share/llvm/src/utils
|
2023-03-24 12:04:53 +00:00
|
|
|
|
2023-03-20 20:04:41 +00:00
|
|
|
* Mon Mar 20 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-1
|
|
|
|
- Update to LLVM 16.0.0
|
|
|
|
|
2023-03-17 01:07:43 +00:00
|
|
|
* Thu Mar 16 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-2
|
|
|
|
- Fix the ppc64le triple
|
|
|
|
|
2023-03-15 11:37:14 +00:00
|
|
|
* Tue Mar 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
|
|
|
|
- Update to LLVM 16.0.0 RC4
|
|
|
|
|
2023-03-14 19:25:42 +00:00
|
|
|
* Fri Mar 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-2
|
|
|
|
- Fix llvm-exegesis failures on s390x
|
|
|
|
|
2023-02-23 11:49:42 +00:00
|
|
|
* Wed Feb 22 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-1
|
|
|
|
- Update to LLVM 16.0.0 RC3
|
|
|
|
|
2023-02-02 20:08:20 +00:00
|
|
|
* Wed Feb 01 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc1-1
|
|
|
|
- Update to LLVM 16.0.0 RC1
|
|
|
|
|
2023-01-19 19:45:58 +00:00
|
|
|
* Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3
|
|
|
|
- Update license to SPDX identifiers.
|
|
|
|
- Include the Apache license adopted in 2019.
|
|
|
|
|
2023-01-19 18:09:55 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-12 09:31:52 +00:00
|
|
|
* Thu Jan 12 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-1
|
|
|
|
- Update to LLVM 15.0.7
|
|
|
|
|
2023-01-09 20:33:24 +00:00
|
|
|
* Mon Jan 09 2023 Tom Stellard <tstellar@redhat.com> - 15.0.6-3
|
|
|
|
- Omit frame pointers when building
|
|
|
|
|
2022-12-19 15:35:10 +00:00
|
|
|
* Mon Dec 19 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-2
|
|
|
|
- Remove workaround for rbhz#2048440
|
|
|
|
|
2022-12-05 07:52:58 +00:00
|
|
|
* Mon Dec 05 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-1
|
|
|
|
- Update to LLVM 15.0.6
|
|
|
|
|
2022-11-11 09:23:47 +00:00
|
|
|
* Fri Nov 11 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-2
|
|
|
|
- Copy CFLAGS to ASMFLAGs to enable CET in asm files
|
|
|
|
|
2022-11-02 08:58:35 +00:00
|
|
|
* Wed Nov 02 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
|
|
|
|
- Update to LLVM 15.0.4
|
|
|
|
|
2022-09-27 10:57:56 +00:00
|
|
|
* Tue Sep 27 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
|
|
|
|
- Export GetHostTriple.cmake
|
|
|
|
|
2022-08-02 07:38:03 +00:00
|
|
|
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
|
|
|
- Update to LLVM 15.0.0
|
|
|
|
|
2022-07-21 19:44:43 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-17 06:38:20 +00:00
|
|
|
* Fri Jun 17 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-2
|
|
|
|
- Release bump for new redhat-rpm-config
|
|
|
|
|
2022-06-13 13:38:03 +00:00
|
|
|
* Mon Jun 13 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
|
|
|
|
- 14.0.5 Release
|
|
|
|
|
2022-05-19 04:59:20 +00:00
|
|
|
* Wed May 18 2022 Tom Stellard <tstellar@redhat.com> - 14.0.3-1
|
|
|
|
- 14.0.3 Release
|
|
|
|
|
2022-04-29 06:09:30 +00:00
|
|
|
* Fri Apr 29 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-2
|
|
|
|
- Remove llvm-cmake-devel package
|
|
|
|
|
2022-02-11 14:01:08 +00:00
|
|
|
* Wed Mar 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
|
|
|
- Update to LLVM 14.0.0
|
|
|
|
|
2022-02-02 15:35:08 +00:00
|
|
|
* Wed Feb 02 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
|
|
|
|
- Update to LLVM 13.0.1 final
|
|
|
|
|
2022-01-25 13:56:03 +00:00
|
|
|
* Tue Jan 25 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc3-1
|
|
|
|
- Update to LLVM 13.0.1rc3
|
|
|
|
|
2022-01-20 17:57:39 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.1~rc2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-13 09:08:32 +00:00
|
|
|
* Thu Jan 13 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc2-1
|
|
|
|
- Update to LLVM 13.0.1rc2
|
|
|
|
|
2022-01-10 13:20:38 +00:00
|
|
|
* Mon Jan 10 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc1-1
|
|
|
|
- Upstream 13.0.1 rc1 release
|
|
|
|
|
2022-01-08 19:32:26 +00:00
|
|
|
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 13.0.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
|
|
|
|
2021-11-11 18:24:57 +00:00
|
|
|
* Thu Nov 11 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-7
|
|
|
|
- Enable lto on s390x and arm
|
|
|
|
|
2021-10-25 17:18:26 +00:00
|
|
|
* Mon Oct 25 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-6
|
|
|
|
- Build with Thin LTO
|
|
|
|
|
2021-04-23 21:10:27 +00:00
|
|
|
* Mon Oct 18 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-5
|
|
|
|
- Build with clang
|
|
|
|
|
2021-10-08 03:25:19 +00:00
|
|
|
* Fri Oct 08 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-4
|
|
|
|
- Fix default triple on arm
|
|
|
|
|
2021-10-06 05:54:41 +00:00
|
|
|
* Wed Oct 06 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-3
|
|
|
|
- Set default triple
|
|
|
|
|
2021-10-05 03:10:21 +00:00
|
|
|
* Mon Oct 04 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-2
|
|
|
|
- Drop abi_revision from soname
|
|
|
|
|
2021-10-01 03:28:44 +00:00
|
|
|
* Thu Sep 30 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
|
|
|
|
- 13.0.0 Release
|
|
|
|
|
2021-09-30 20:48:02 +00:00
|
|
|
* Thu Sep 30 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc4-2
|
|
|
|
- Restore config.guess for host triple detection
|
|
|
|
|
2021-09-25 05:29:04 +00:00
|
|
|
* Fri Sep 24 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc4-1
|
|
|
|
- 13.0.0-rc4 Release
|
|
|
|
|
2021-09-17 20:04:59 +00:00
|
|
|
* Fri Sep 17 2021 Tom Stellard <tstellar@redhta.com> - 13.0.0~rc3-1
|
|
|
|
- 13.0.0-rc3 Release
|
|
|
|
|
2021-09-13 19:48:01 +00:00
|
|
|
* Mon Sep 13 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-3
|
|
|
|
- Pass LLVM_DEFAULT_TARGET_TRIPLE to cmake
|
|
|
|
|
2021-09-13 07:29:11 +00:00
|
|
|
* Mon Sep 13 2021 Konrad Kleine <kkleine@redhat.com> - 13.0.0~rc1-2
|
|
|
|
- Add --without=check option
|
|
|
|
|
2021-07-13 20:14:17 +00:00
|
|
|
* Wed Aug 04 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1
|
|
|
|
- 13.0.0-rc1 Release
|
|
|
|
|
2021-07-13 20:14:17 +00:00
|
|
|
* Thu Jul 22 2021 sguelton@redhat.com - 12.0.1-3
|
|
|
|
- Maintain versionned link to llvm-config
|
|
|
|
|
2021-07-22 13:03:04 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-12 21:37:05 +00:00
|
|
|
* Mon Jul 12 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1-1
|
|
|
|
- 12.0.1 Release
|
|
|
|
|
2021-06-30 12:49:06 +00:00
|
|
|
* Wed Jun 30 2021 Tom Stellard <tstellar@redhat.com> - llvm-12.0.1~rc3-1
|
|
|
|
- 12.0.1-rc3 Release
|
|
|
|
|
2021-05-28 05:24:43 +00:00
|
|
|
* Fri May 28 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1~rc1-2
|
|
|
|
- Stop installing lit tests
|
|
|
|
|
2021-05-27 00:26:53 +00:00
|
|
|
* Wed May 26 2021 Tom Stellard <tstellar@redhat.com> - llvm-12.0.1~rc1-1
|
|
|
|
- 12.0.1-rc1 Release
|
|
|
|
|
2021-05-17 15:25:39 +00:00
|
|
|
* Mon May 17 2021 sguelton@redhat.com - 12.0.0-7
|
|
|
|
- Fix handling of llvm-config
|
|
|
|
|
2021-05-03 10:44:47 +00:00
|
|
|
* Mon May 03 2021 kkleine@redhat.com - 12.0.0-6
|
|
|
|
- More verbose builds thanks to python3-psutil
|
|
|
|
|
2021-05-01 22:23:38 +00:00
|
|
|
* Sat May 01 2021 sguelton@redhat.com - 12.0.0-5
|
|
|
|
- Fix llvm-config install
|
|
|
|
|
2021-04-28 22:38:17 +00:00
|
|
|
* Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-4
|
|
|
|
- Provide default empty value for exec_suffix when not in compat mode
|
|
|
|
|
2021-04-27 09:08:22 +00:00
|
|
|
* Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-3
|
|
|
|
- Fix llvm-config install
|
|
|
|
|
2021-04-20 10:20:36 +00:00
|
|
|
* Tue Apr 20 2021 sguelton@redhat.com - 12.0.0-2
|
|
|
|
- Backport compat package fix
|
|
|
|
|
2021-04-16 04:58:30 +00:00
|
|
|
* Thu Apr 15 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-1
|
|
|
|
- 12.0.0 Release
|
|
|
|
|
2021-04-08 12:19:56 +00:00
|
|
|
* Thu Apr 08 2021 sguelton@redhat.com - 12.0.0-0.11.rc5
|
|
|
|
- New upstream release candidate
|
|
|
|
|
2021-04-06 20:53:13 +00:00
|
|
|
* Tue Apr 06 2021 sguelton@redhat.com - 12.0.0-0.10.rc4
|
|
|
|
- Patch test case for compatibility with llvm-test latout
|
|
|
|
|
2021-04-02 10:32:15 +00:00
|
|
|
* Fri Apr 02 2021 sguelton@redhat.com - 12.0.0-0.9.rc4
|
|
|
|
- New upstream release candidate
|
|
|
|
|
2021-03-31 16:34:24 +00:00
|
|
|
* Wed Mar 31 2021 Jonathan Wakely <jwakely@redhat.com> - 12.0.0-0.8.rc3
|
|
|
|
- Rebuilt for removed libstdc++ symbols (#1937698)
|
|
|
|
|
2021-03-11 13:54:27 +00:00
|
|
|
* Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-0.7.rc3
|
|
|
|
- LLVM 12.0.0 rc3
|
|
|
|
|
2021-03-10 11:47:19 +00:00
|
|
|
* Wed Mar 10 2021 Kalev Lember <klember@redhat.com> - 12.0.0-0.6.rc2
|
|
|
|
- Add llvm-static(major) provides to the -static subpackage
|
|
|
|
|
2021-03-09 13:58:35 +00:00
|
|
|
* Tue Mar 09 2021 sguelton@redhat.com - 12.0.0-0.5.rc2
|
|
|
|
- rebuilt
|
|
|
|
|
2021-03-02 10:37:53 +00:00
|
|
|
* Tue Mar 02 2021 sguelton@redhat.com - 12.0.0-0.4.rc2
|
|
|
|
- Change CI working dir
|
|
|
|
|
2021-02-24 08:16:46 +00:00
|
|
|
* Wed Feb 24 2021 sguelton@redhat.com - 12.0.0-0.3.rc2
|
|
|
|
- 12.0.0-rc2 release
|
|
|
|
|
2021-02-15 23:23:24 +00:00
|
|
|
* Tue Feb 16 2021 Dave Airlie <airlied@redhat.com> - 12.0.0-0.2.rc1
|
|
|
|
- Enable LLVM_USE_PERF to allow perf integration
|
|
|
|
|
2021-02-03 06:33:44 +00:00
|
|
|
* Tue Feb 2 2021 Serge Guelton - 12.0.0-0.1.rc1
|
|
|
|
- 12.0.0-rc1 release
|
|
|
|
|
2021-01-26 18:36:24 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.0-0.3.rc2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-22 17:23:01 +00:00
|
|
|
* Fri Jan 22 2021 Serge Guelton - 11.1.0-0.2.rc2
|
|
|
|
- 11.1.0-rc2 release
|
|
|
|
|
2021-01-14 10:37:34 +00:00
|
|
|
* Thu Jan 14 2021 Serge Guelton - 11.1.0-0.1.rc1
|
|
|
|
- 11.1.0-rc1 release
|
2021-01-06 09:43:14 +00:00
|
|
|
|
2021-01-05 12:52:34 +00:00
|
|
|
* Tue Jan 05 2021 Serge Guelton - 11.0.1-3.rc2
|
|
|
|
- Waive extra test case
|
|
|
|
|
2020-12-21 08:57:36 +00:00
|
|
|
* Sun Dec 20 2020 sguelton@redhat.com - 11.0.1-2.rc2
|
|
|
|
- 11.0.1-rc2 release
|
|
|
|
|
2020-12-01 13:40:45 +00:00
|
|
|
* Tue Dec 01 2020 sguelton@redhat.com - 11.0.1-1.rc1
|
|
|
|
- 11.0.1-rc1 release
|
|
|
|
|
2020-10-31 17:50:44 +00:00
|
|
|
* Sat Oct 31 2020 Jeff Law <law@redhat.com> - 11.0.0-2
|
|
|
|
- Fix missing #include for gcc-11
|
|
|
|
|
2020-10-15 00:37:34 +00:00
|
|
|
* Wed Oct 14 2020 Josh Stone <jistone@redhat.com> - 11.0.0-1
|
|
|
|
- Fix coreos-installer test crash on s390x (rhbz#1883457)
|
|
|
|
|
2020-10-12 11:30:04 +00:00
|
|
|
* Mon Oct 12 2020 sguelton@redhat.com - 11.0.0-0.11
|
|
|
|
- llvm 11.0.0 - final release
|
|
|
|
|
2020-10-08 09:12:06 +00:00
|
|
|
* Thu Oct 08 2020 sguelton@redhat.com - 11.0.0-0.10.rc6
|
|
|
|
- 11.0.0-rc6
|
|
|
|
|
2020-10-02 07:14:52 +00:00
|
|
|
* Fri Oct 02 2020 sguelton@redhat.com - 11.0.0-0.9.rc5
|
|
|
|
- 11.0.0-rc5 Release
|
|
|
|
|
2020-09-27 13:11:33 +00:00
|
|
|
* Sun Sep 27 2020 sguelton@redhat.com - 11.0.0-0.8.rc3
|
|
|
|
- Fix NVR
|
|
|
|
|
2020-09-24 17:11:05 +00:00
|
|
|
* Thu Sep 24 2020 sguelton@redhat.com - 11.0.0-0.2.rc3
|
|
|
|
- Obsolete patch for rhbz#1862012
|
|
|
|
|
2020-09-24 14:22:13 +00:00
|
|
|
* Thu Sep 24 2020 sguelton@redhat.com - 11.0.0-0.1.rc3
|
|
|
|
- 11.0.0-rc3 Release
|
|
|
|
|
2020-09-02 07:27:02 +00:00
|
|
|
* Wed Sep 02 2020 sguelton@redhat.com - 11.0.0-0.7.rc2
|
|
|
|
- Apply upstream patch for rhbz#1862012
|
|
|
|
|
2020-09-01 10:40:54 +00:00
|
|
|
* Tue Sep 01 2020 sguelton@redhat.com - 11.0.0-0.6.rc2
|
|
|
|
- Fix source location
|
|
|
|
|
2020-08-21 00:41:24 +00:00
|
|
|
* Fri Aug 21 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-0.5.rc2
|
|
|
|
- 11.0.0-rc2 Release
|
|
|
|
|
2020-08-19 14:39:12 +00:00
|
|
|
* Wed Aug 19 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-0.4.rc1
|
|
|
|
- Fix regression-tests CI tests
|
|
|
|
|
2020-08-18 17:57:56 +00:00
|
|
|
* Tue Aug 18 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-0.3.rc1
|
|
|
|
- Fix rust crash on ppc64le compiling firefox
|
|
|
|
- rhbz#1862012
|
|
|
|
|
2020-08-11 23:56:54 +00:00
|
|
|
* Tue Aug 11 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-0.2.rc1
|
|
|
|
- Install update_cc_test_checks.py script
|
|
|
|
|
2020-02-20 20:41:28 +00:00
|
|
|
* Thu Aug 06 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-0.1-rc1
|
|
|
|
- LLVM 11.0.0-rc1 Release
|
|
|
|
- Make llvm-devel require llvm-static and llvm-test
|
|
|
|
|
2020-08-04 20:29:13 +00:00
|
|
|
* Tue Aug 04 2020 Tom Stellard <tstellar@redhat.com> - 10.0.0-10
|
|
|
|
- Backport upstream patch to fix build with -flto.
|
|
|
|
- Disable LTO on s390x to work-around unit test failures.
|
|
|
|
|
2020-07-31 13:23:06 +00:00
|
|
|
* Sat Aug 01 2020 sguelton@redhat.com - 10.0.0-9
|
|
|
|
- Fix update-alternative uninstall script
|
|
|
|
|
2020-07-13 12:27:26 +00:00
|
|
|
* Sat Aug 01 2020 sguelton@redhat.com - 10.0.0-8
|
|
|
|
- Fix gpg verification and update macro usage.
|
|
|
|
|
2020-08-01 04:17:02 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-7
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 06:11:32 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
2020-06-11 12:17:27 +00:00
|
|
|
* Thu Jun 11 2020 sguelton@redhat.com - 10.0.0-5
|
|
|
|
- Make llvm-test.tar.gz creation reproducible.
|
|
|
|
|
2020-06-02 15:03:25 +00:00
|
|
|
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-4
|
|
|
|
- Instruct cmake not to generate RPATH
|
|
|
|
|
2020-04-30 19:25:26 +00:00
|
|
|
* Thu Apr 30 2020 Tom Stellard <tstellar@redhat.com> - 10.0.0-3
|
|
|
|
- Install LLVMgold.so symlink in bfd-plugins directory
|
|
|
|
|
2020-04-07 09:28:56 +00:00
|
|
|
* Tue Apr 07 2020 sguelton@redhat.com - 10.0.0-2
|
|
|
|
- Do not package UpdateTestChecks tests in llvm-tests
|
|
|
|
- Apply upstream patch bab5908df to pass gating tests
|
|
|
|
|
2020-03-25 21:45:43 +00:00
|
|
|
* Wed Mar 25 2020 sguelton@redhat.com - 10.0.0-1
|
|
|
|
- 10.0.0 final
|
|
|
|
|
2020-03-23 20:47:38 +00:00
|
|
|
* Mon Mar 23 2020 sguelton@redhat.com - 10.0.0-0.6.rc6
|
|
|
|
- 10.0.0 rc6
|
|
|
|
|
2020-03-19 17:15:03 +00:00
|
|
|
* Thu Mar 19 2020 sguelton@redhat.com - 10.0.0-0.5.rc5
|
|
|
|
- 10.0.0 rc5
|
|
|
|
|
2020-03-14 08:06:07 +00:00
|
|
|
* Sat Mar 14 2020 sguelton@redhat.com - 10.0.0-0.4.rc4
|
|
|
|
- 10.0.0 rc4
|
|
|
|
|
2020-03-05 11:19:15 +00:00
|
|
|
* Thu Mar 05 2020 sguelton@redhat.com - 10.0.0-0.3.rc3
|
|
|
|
- 10.0.0 rc3
|
|
|
|
|
2020-02-28 14:47:58 +00:00
|
|
|
* Fri Feb 28 2020 sguelton@redhat.com - 10.0.0-0.2.rc2
|
|
|
|
- Remove *_finite support, see rhbz#1803203
|
|
|
|
|
2020-02-14 09:00:58 +00:00
|
|
|
* Fri Feb 14 2020 sguelton@redhat.com - 10.0.0-0.1.rc2
|
|
|
|
- 10.0.0 rc2
|
|
|
|
|
2020-02-04 10:49:30 +00:00
|
|
|
* Fri Jan 31 2020 sguelton@redhat.com - 10.0.0-0.1.rc1
|
|
|
|
- 10.0.0 rc1
|
|
|
|
|
2020-01-29 11:09:14 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-21 21:34:25 +00:00
|
|
|
* Tue Jan 21 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-4
|
|
|
|
- Rebuild after previous build failed to strip binaries
|
|
|
|
|
2020-01-17 20:06:47 +00:00
|
|
|
* Fri Jan 17 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-3
|
|
|
|
- Add explicit Requires from sub-packages to llvm-libs
|
|
|
|
|
2020-01-10 01:24:14 +00:00
|
|
|
* Fri Jan 10 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-2
|
|
|
|
- Fix crash with kernel bpf self-tests
|
|
|
|
|
2019-12-20 02:34:08 +00:00
|
|
|
* Thu Dec 19 2019 tstellar@redhat.com - 9.0.1-1
|
|
|
|
- 9.0.1 Release
|
|
|
|
|
2019-11-26 06:02:40 +00:00
|
|
|
* Mon Nov 25 2019 sguelton@redhat.com - 9.0.0-4
|
|
|
|
- Activate AVR on all architectures
|
|
|
|
|
2019-09-30 20:49:55 +00:00
|
|
|
* Mon Sep 30 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-3
|
|
|
|
- Build libLLVM.so first to avoid OOM errors
|
|
|
|
|
2019-09-27 03:28:51 +00:00
|
|
|
* Fri Sep 27 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-2
|
|
|
|
- Remove unneeded BuildRequires: libstdc++-static
|
|
|
|
|
2019-09-20 00:01:52 +00:00
|
|
|
* Thu Sep 19 2019 sguelton@redhat.com - 9.0.0-1
|
|
|
|
- 9.0.0 Release
|
|
|
|
|
2019-09-19 00:37:59 +00:00
|
|
|
* Wed Sep 18 2019 sguelton@redhat.com - 9.0.0-0.5.rc3
|
|
|
|
- Support avr target, see rhbz#1718492
|
|
|
|
|
2019-09-10 20:35:57 +00:00
|
|
|
* Tue Sep 10 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.4.rc3
|
|
|
|
- Split out test executables into their own export file
|
|
|
|
|
2019-09-06 18:06:28 +00:00
|
|
|
* Fri Sep 06 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.3.rc3
|
|
|
|
- Fix patch for splitting out static library exports
|
|
|
|
|
2019-08-30 18:56:21 +00:00
|
|
|
* Fri Aug 30 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.2.rc3
|
|
|
|
- 9.0.0-rc3 Release
|
|
|
|
|
2019-08-01 16:23:58 +00:00
|
|
|
* Thu Aug 01 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc2
|
|
|
|
- 9.0.0-rc2 Release
|
|
|
|
|
2019-07-30 02:43:32 +00:00
|
|
|
* Tue Jul 30 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-9
|
|
|
|
- Sync with llvm8.0 spec file
|
|
|
|
|
2019-07-25 15:03:54 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-8.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-18 03:50:40 +00:00
|
|
|
* Wed Jul 17 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-8
|
|
|
|
- Add provides for the major version of sub-packages
|
|
|
|
|
2019-05-17 08:59:03 +00:00
|
|
|
* Fri May 17 2019 sguelton@redhat.com - 8.0.0-7
|
|
|
|
- Fix conflicts between llvm-static = 8 and llvm-dev < 8 around LLVMStaticExports.cmake
|
|
|
|
|
2019-04-24 05:05:14 +00:00
|
|
|
* Wed Apr 24 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-6
|
|
|
|
- Make sure we aren't passing -g on s390x
|
|
|
|
|
2019-03-30 01:22:00 +00:00
|
|
|
* Sat Mar 30 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-5
|
|
|
|
- Enable build rpath while keeping install rpath disabled
|
|
|
|
|
2019-03-27 02:37:21 +00:00
|
|
|
* Wed Mar 27 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-4
|
|
|
|
- Backport r351577 from trunk to fix ninja check failures
|
|
|
|
|
2019-03-26 21:08:17 +00:00
|
|
|
* Tue Mar 26 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-3
|
|
|
|
- Fix ninja check
|
|
|
|
|
2019-03-26 13:06:13 +00:00
|
|
|
* Fri Mar 22 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-2
|
|
|
|
- llvm-test fixes
|
|
|
|
|
2019-03-20 14:54:29 +00:00
|
|
|
* Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1
|
|
|
|
- 8.0.0 final
|
|
|
|
|
2019-03-15 17:36:03 +00:00
|
|
|
* Fri Mar 15 2019 sguelton@redhat.com - 8.0.0-0.6.rc4
|
|
|
|
- Activate all backends (rhbz#1689031)
|
|
|
|
|
2019-03-12 14:15:43 +00:00
|
|
|
* Tue Mar 12 2019 sguelton@redhat.com - 8.0.0-0.5.rc4
|
|
|
|
- 8.0.0 Release candidate 4
|
2019-01-25 17:43:56 +00:00
|
|
|
|
2019-03-06 08:36:59 +00:00
|
|
|
* Mon Mar 4 2019 sguelton@redhat.com - 8.0.0-0.4.rc3
|
|
|
|
- Move some binaries to -test package, cleanup specfile
|
|
|
|
|
2019-03-04 09:27:04 +00:00
|
|
|
* Mon Mar 4 2019 sguelton@redhat.com - 8.0.0-0.3.rc3
|
|
|
|
- 8.0.0 Release candidate 3
|
|
|
|
|
2019-02-22 08:12:13 +00:00
|
|
|
* Fri Feb 22 2019 sguelton@redhat.com - 8.0.0-0.2.rc2
|
|
|
|
- 8.0.0 Release candidate 2
|
|
|
|
|
|
|
|
* Sat Feb 9 2019 sguelton@redhat.com - 8.0.0-0.1.rc1
|
2019-01-25 17:43:56 +00:00
|
|
|
- 8.0.0 Release candidate 1
|
|
|
|
|
2019-02-01 08:52:42 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-21 19:37:20 +00:00
|
|
|
* Mon Jan 21 2019 Josh Stone <jistone@redhat.com> - 7.0.1-2
|
|
|
|
- Fix discriminators in metadata, rhbz#1668033
|
|
|
|
|
2018-11-22 12:16:37 +00:00
|
|
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
|
|
|
- 7.0.1 release
|
|
|
|
|
2018-12-04 15:10:41 +00:00
|
|
|
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-5
|
|
|
|
- Ensure rpmlint passes on specfile
|
|
|
|
|
2018-11-17 05:02:32 +00:00
|
|
|
* Sat Nov 17 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-4
|
|
|
|
- Install testing libraries for unittests
|
|
|
|
|
2018-10-27 02:29:15 +00:00
|
|
|
* Sat Oct 27 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-3
|
|
|
|
- Fix running unittests as not-root user
|
|
|
|
|
2018-09-26 13:23:50 +00:00
|
|
|
* Thu Sep 27 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-2
|
|
|
|
- Fixes for llvm-test package:
|
|
|
|
- Add some missing Requires
|
|
|
|
- Add --threads option to run-lit-tests script
|
|
|
|
- Set PATH so lit can find tools like count, not, etc.
|
|
|
|
- Don't hardcode tools directory to /usr/lib64/llvm
|
|
|
|
- Fix typo in yaml-bench define
|
|
|
|
- Only print information about failing tests
|
|
|
|
|
2018-09-22 00:01:54 +00:00
|
|
|
* Fri Sep 21 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
|
|
|
- 7.0.0 Release
|
|
|
|
|
2018-09-13 17:13:05 +00:00
|
|
|
* Thu Sep 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.15.rc3
|
|
|
|
- Disable rpath on install LLVM and related sub-projects
|
|
|
|
|
2018-09-13 01:21:19 +00:00
|
|
|
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.14.rc3
|
|
|
|
- Remove rpath from executables and libraries
|
|
|
|
|
2018-09-11 23:15:24 +00:00
|
|
|
* Tue Sep 11 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.13.rc3
|
|
|
|
- Re-enable arm and aarch64 targets on x86_64
|
|
|
|
|
2018-09-10 19:27:44 +00:00
|
|
|
* Mon Sep 10 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.12.rc3
|
|
|
|
- 7.0.0-rc3 Release
|
|
|
|
|
2018-09-07 15:57:43 +00:00
|
|
|
* Fri Sep 07 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.11.rc2
|
|
|
|
- Use python3 shebang for opt-viewewr scripts
|
|
|
|
|
2018-08-30 21:47:59 +00:00
|
|
|
* Thu Aug 30 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.10.rc2
|
|
|
|
- Drop all uses of python2 from lit tests
|
|
|
|
|
2018-08-29 03:35:53 +00:00
|
|
|
* Thu Aug 30 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.9.rc2
|
|
|
|
- Build the gold plugin on all supported architectures
|
|
|
|
|
2018-08-29 23:03:47 +00:00
|
|
|
* Wed Aug 29 2018 Kevin Fenzi <kevin@scrye.com> - 7.0.0-0.8.rc2
|
|
|
|
- Re-enable debuginfo to avoid 25x size increase.
|
|
|
|
|
2018-08-28 17:53:32 +00:00
|
|
|
* Tue Aug 28 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.7.rc2
|
|
|
|
- 7.0.0-rc2 Release
|
|
|
|
|
2018-08-28 05:46:20 +00:00
|
|
|
* Tue Aug 28 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.6.rc1
|
|
|
|
- Guard valgrind usage with valgrind_arches macro
|
|
|
|
|
2018-03-19 16:26:08 +00:00
|
|
|
* Thu Aug 23 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.5.rc1
|
|
|
|
- Package lit tests and googletest sources.
|
|
|
|
|
2018-08-20 17:46:15 +00:00
|
|
|
* Mon Aug 20 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.4.rc1
|
|
|
|
- Re-enable AMDGPU target on ARM rhbz#1618922
|
|
|
|
|
2018-08-13 21:00:15 +00:00
|
|
|
* Mon Aug 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.3.rc1
|
|
|
|
- Drop references to TestPlugin.so from cmake files
|
|
|
|
|
2018-08-13 19:35:56 +00:00
|
|
|
* Fri Aug 10 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.2.rc1
|
|
|
|
- Fixes for lit tests
|
|
|
|
|
2018-08-10 01:37:56 +00:00
|
|
|
* Fri Aug 10 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc1
|
|
|
|
- 7.0.0-rc1 Release
|
|
|
|
- Reduce number of enabled targets on all arches.
|
|
|
|
- Drop s390 detection patch, LLVM does not support s390 codegen.
|
|
|
|
|
2018-08-06 21:53:23 +00:00
|
|
|
* Mon Aug 06 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-6
|
|
|
|
- Backport some fixes needed by mesa and rust
|
|
|
|
|
2018-07-27 06:55:35 +00:00
|
|
|
* Thu Jul 26 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-5
|
|
|
|
- Move libLLVM-6.0.so to llvm6.0-libs.
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-4
|
|
|
|
- Rebuild because debuginfo stripping failed with the previous build
|
|
|
|
|
2018-07-03 17:55:06 +00:00
|
|
|
* Fri Jul 13 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-3
|
|
|
|
- Sync specfile with llvm6.0 package
|
|
|
|
|
2018-07-13 09:16:20 +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-26 00:55:38 +00:00
|
|
|
* Mon Jun 25 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-1
|
|
|
|
- 6.0.1 Release
|
|
|
|
|
2018-06-07 22:19:46 +00:00
|
|
|
* Thu Jun 07 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.4.rc2
|
|
|
|
- 6.0.1-rc2
|
|
|
|
|
2018-06-06 22:47:00 +00:00
|
|
|
* Wed Jun 06 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.3.rc1
|
|
|
|
- Re-enable all targets to avoid breaking the ABI.
|
|
|
|
|
2018-06-05 04:13:34 +00:00
|
|
|
* Mon Jun 04 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.2.rc1
|
|
|
|
- Reduce the number of enabled targets based on the architecture
|
|
|
|
|
2018-05-11 05:51:35 +00:00
|
|
|
* Thu May 10 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-0.1.rc1
|
|
|
|
- 6.0.1 rc1
|
|
|
|
|
2018-03-27 23:07:43 +00:00
|
|
|
* Tue Mar 27 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-11
|
|
|
|
- Re-enable arm tests that used to hang
|
|
|
|
|
2018-03-22 13:14:56 +00:00
|
|
|
* Thu Mar 22 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-10
|
|
|
|
- Fix testcase in backported patch
|
|
|
|
|
2018-03-20 18:49:21 +00:00
|
|
|
* Tue Mar 20 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-9
|
|
|
|
- Prevent external projects from linking against both static and shared
|
|
|
|
libraries. rhbz#1558657
|
|
|
|
|
2018-03-19 22:51:24 +00:00
|
|
|
* Mon Mar 19 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-8
|
|
|
|
- Backport r327651 from trunk rhbz#1554349
|
|
|
|
|
2018-03-16 18:00:24 +00:00
|
|
|
* Fri Mar 16 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-7
|
|
|
|
- Filter out cxxflags and cflags from llvm-config that aren't supported by clang
|
|
|
|
- rhbz#1556980
|
|
|
|
|
2018-03-14 22:21:22 +00:00
|
|
|
* Wed Mar 14 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-6
|
|
|
|
- Enable symbol versioning in libLLVM.so
|
|
|
|
|
2018-03-14 17:52:10 +00:00
|
|
|
* Wed Mar 14 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-5
|
|
|
|
- Stop statically linking libstdc++. This is no longer required by Steam
|
|
|
|
client, but the steam installer still needs a work-around which should
|
|
|
|
be handled in the steam package.
|
2018-03-14 22:18:27 +00:00
|
|
|
* Wed Mar 14 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-4
|
|
|
|
- s/make check/ninja check/
|
|
|
|
|
2018-03-09 17:36:24 +00:00
|
|
|
* Fri Mar 09 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-3
|
|
|
|
- Backport fix for compile time regression on rust rhbz#1552915
|
|
|
|
|
2018-03-08 23:40:31 +00:00
|
|
|
* Thu Mar 08 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-2
|
|
|
|
- Build with Ninja: This reduces RPM build time on a 6-core x86_64 builder
|
|
|
|
from 82 min to 52 min.
|
|
|
|
|
2018-03-08 16:57:57 +00:00
|
|
|
* Thu Mar 08 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-1
|
|
|
|
- 6.0.0 Release
|
|
|
|
|
2018-03-08 19:45:51 +00:00
|
|
|
* Thu Mar 08 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.5.rc2
|
|
|
|
- Reduce debuginfo size on i686 to avoid OOM errors during linking
|
|
|
|
|
2018-02-09 17:06:23 +00:00
|
|
|
* Fri Feb 09 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.4.rc2
|
|
|
|
- 6.0.1 rc2
|
|
|
|
|
2018-02-09 08:05:03 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.0.0-0.3.rc1
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-08 00:02:01 +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-19 23:07:17 +00:00
|
|
|
* Fri Jan 19 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.1.rc1
|
|
|
|
- 6.0.1 rc1
|
|
|
|
|
2017-12-19 22:20:21 +00:00
|
|
|
* Tue Dec 19 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
|
|
|
|
- 5.0.1 Release
|
|
|
|
|
2017-11-20 19:53:57 +00:00
|
|
|
* Mon Nov 20 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-5
|
|
|
|
- Backport debuginfo fix for rust
|
|
|
|
|
2017-11-04 01:38:36 +00:00
|
|
|
* Fri Nov 03 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-4
|
|
|
|
- Reduce debuginfo size for ARM
|
|
|
|
|
2017-10-10 21:08:40 +00:00
|
|
|
* Tue Oct 10 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-2
|
|
|
|
- Reduce memory usage on ARM by disabling debuginfo and some non-ARM targets.
|
|
|
|
|
2017-08-22 22:40:25 +00:00
|
|
|
* Mon Sep 25 2017 Tom Stellard <tstellar@redhat.com> - 5.0.0-1
|
|
|
|
- 5.0.0 Release
|
|
|
|
|
2017-09-18 22:50:11 +00:00
|
|
|
* Mon Sep 18 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-6
|
|
|
|
- Add Requires: libedit-devel for llvm-devel
|
|
|
|
|
2017-09-08 23:45:30 +00:00
|
|
|
* Fri Sep 08 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-5
|
|
|
|
- Enable libedit backend for LineEditor API
|
|
|
|
|
2017-08-25 13:40:02 +00:00
|
|
|
* Fri Aug 25 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-4
|
|
|
|
- Enable extra functionality when run the LLVM JIT under valgrind.
|
|
|
|
|
2017-08-03 02:41:38 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 20:13:46 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-22 20:49:09 +00:00
|
|
|
* Wed Jun 21 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-1
|
|
|
|
- 4.0.1 Release
|
|
|
|
|
2017-04-03 14:23:17 +00:00
|
|
|
* Thu Jun 15 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-6
|
|
|
|
- Install llvm utils
|
|
|
|
|
2017-06-10 05:20:59 +00:00
|
|
|
* Thu Jun 08 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-5
|
|
|
|
- Fix docs-llvm-man target
|
|
|
|
|
2017-05-10 12:21:55 +00:00
|
|
|
* Mon May 01 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-4
|
|
|
|
- Make cmake files no longer depend on static libs (rhbz 1388200)
|
|
|
|
|
2017-04-18 21:52:16 +00:00
|
|
|
* Tue Apr 18 2017 Josh Stone <jistone@redhat.com> - 4.0.0-3
|
|
|
|
- Fix computeKnownBits for ARMISD::CMOV (rust-lang/llvm#67)
|
|
|
|
|
2017-04-03 19:24:44 +00:00
|
|
|
* Mon Apr 03 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-2
|
|
|
|
- Simplify spec with rpm macros.
|
|
|
|
|
2017-03-23 14:27:53 +00:00
|
|
|
* Thu Mar 23 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-1
|
|
|
|
- LLVM 4.0.0 Final Release
|
|
|
|
|
2017-03-23 10:39:17 +00:00
|
|
|
* Wed Mar 22 2017 tstellar@redhat.com - 3.9.1-6
|
2018-02-09 08:05:03 +00:00
|
|
|
- Fix %%postun sep for -devel package.
|
2017-03-23 10:39:17 +00:00
|
|
|
|
2017-03-13 09:59:13 +00:00
|
|
|
* Mon Mar 13 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-5
|
|
|
|
- Disable failing tests on ARM.
|
|
|
|
|
2017-03-12 19:22:26 +00:00
|
|
|
* Sun Mar 12 2017 Peter Robinson <pbrobinson@fedoraproject.org> 3.9.1-4
|
|
|
|
- Fix missing mask on relocation for aarch64 (rhbz 1429050)
|
|
|
|
|
2017-03-01 03:07:26 +00:00
|
|
|
* Wed Mar 01 2017 Dave Airlie <airlied@redhat.com> - 3.9.1-3
|
|
|
|
- revert upstream radeonsi breaking change.
|
|
|
|
|
2017-01-07 01:56:22 +00:00
|
|
|
* Thu Feb 23 2017 Josh Stone <jistone@redhat.com> - 3.9.1-2
|
|
|
|
- disable sphinx warnings-as-errors
|
|
|
|
|
2017-02-07 00:01:40 +00:00
|
|
|
* Fri Feb 10 2017 Orion Poplawski <orion@cora.nwra.com> - 3.9.1-1
|
|
|
|
- llvm 3.9.1
|
|
|
|
|
2017-02-10 19:54:34 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-30 07:40:15 +00:00
|
|
|
* Tue Nov 29 2016 Josh Stone <jistone@redhat.com> - 3.9.0-7
|
|
|
|
- Apply backports from rust-lang/llvm#55, #57
|
|
|
|
|
2016-11-01 04:22:05 +00:00
|
|
|
* Tue Nov 01 2016 Dave Airlie <airlied@gmail.com - 3.9.0-6
|
|
|
|
- rebuild for new arches
|
|
|
|
|
2016-10-26 04:24:54 +00:00
|
|
|
* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-5
|
|
|
|
- apply the patch from -4
|
|
|
|
|
2016-10-26 00:47:35 +00:00
|
|
|
* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-4
|
|
|
|
- add fix for lldb out-of-tree build
|
|
|
|
|
2016-10-18 04:19:09 +00:00
|
|
|
* Mon Oct 17 2016 Josh Stone <jistone@redhat.com> - 3.9.0-3
|
|
|
|
- Apply backports from rust-lang/llvm#47, #48, #53, #54
|
|
|
|
|
2016-10-15 17:14:40 +00:00
|
|
|
* Sat Oct 15 2016 Josh Stone <jistone@redhat.com> - 3.9.0-2
|
|
|
|
- Apply an InstCombine backport via rust-lang/llvm#51
|
|
|
|
|
2016-09-07 06:29:28 +00:00
|
|
|
* Wed Sep 07 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-1
|
|
|
|
- llvm 3.9.0
|
|
|
|
- upstream moved where cmake files are packaged.
|
|
|
|
- upstream dropped CppBackend
|
|
|
|
|
2016-07-13 20:13:39 +00:00
|
|
|
* Wed Jul 13 2016 Adam Jackson <ajax@redhat.com> - 3.8.1-1
|
|
|
|
- llvm 3.8.1
|
|
|
|
- Add mips target
|
|
|
|
- Fix some shared library mispackaging
|
|
|
|
|
2016-06-07 09:36:38 +00:00
|
|
|
* Tue Jun 07 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 3.8.0-2
|
|
|
|
- fix color support detection on terminal
|
|
|
|
|
2016-03-10 00:56:00 +00:00
|
|
|
* Thu Mar 10 2016 Dave Airlie <airlied@redhat.com> 3.8.0-1
|
|
|
|
- llvm 3.8.0 release
|
|
|
|
|
2016-03-09 20:33:10 +00:00
|
|
|
* Wed Mar 09 2016 Dan Horák <dan[at][danny.cz> 3.8.0-0.3
|
|
|
|
- install back memory consumption workaround for s390
|
|
|
|
|
2016-03-02 23:24:11 +00:00
|
|
|
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.2
|
|
|
|
- llvm 3.8.0 rc3 release
|
|
|
|
|
2016-02-19 00:13:04 +00:00
|
|
|
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.1
|
|
|
|
- llvm 3.8.0 rc2 release
|
|
|
|
|
2016-02-16 12:22:44 +00:00
|
|
|
* Tue Feb 16 2016 Dan Horák <dan[at][danny.cz> 3.7.1-7
|
|
|
|
- recognize s390 as SystemZ when configuring build
|
|
|
|
|
2016-02-13 12:00:29 +00:00
|
|
|
* Sat Feb 13 2016 Dave Airlie <airlied@redhat.com> 3.7.1-6
|
|
|
|
- export C++ API for mesa.
|
|
|
|
|
2016-02-12 20:37:19 +00:00
|
|
|
* Sat Feb 13 2016 Dave Airlie <airlied@redhat.com> 3.7.1-5
|
|
|
|
- reintroduce llvm-static, clang needs it currently.
|
|
|
|
|
2016-02-12 06:04:42 +00:00
|
|
|
* Fri Feb 12 2016 Dave Airlie <airlied@redhat.com> 3.7.1-4
|
|
|
|
- jump back to single llvm library, the split libs aren't working very well.
|
|
|
|
|
2016-02-05 05:55:15 +00:00
|
|
|
* Fri Feb 05 2016 Dave Airlie <airlied@redhat.com> 3.7.1-3
|
|
|
|
- add missing obsoletes (#1303497)
|
|
|
|
|
2016-02-04 04:21:26 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
* Thu Jan 07 2016 Jan Vcelak <jvcelak@fedoraproject.org> 3.7.1-1
|
|
|
|
- new upstream release
|
|
|
|
- enable gold linker
|
2008-02-18 21:26:38 +00:00
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
* Wed Nov 04 2015 Jan Vcelak <jvcelak@fedoraproject.org> 3.7.0-100
|
|
|
|
- fix Requires for subpackages on the main package
|
2008-01-21 17:33:11 +00:00
|
|
|
|
2016-01-27 15:23:13 +00:00
|
|
|
* Tue Oct 06 2015 Jan Vcelak <jvcelak@fedoraproject.org> 3.7.0-100
|
|
|
|
- initial version using cmake build system
|