From 98065e6418d08ce88094e3f875541869b0a116d3 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Nov 14 2016 19:48:59 +0000 Subject: Add Requires: compiler-rt to clang-libs --- diff --git a/clang.spec b/clang.spec index b2ed78c..6ec1bf1 100644 --- a/clang.spec +++ b/clang.spec @@ -1,6 +1,6 @@ Name: clang Version: 3.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -38,6 +38,7 @@ as libraries and designed to be loosely-coupled and extensible. %package libs Summary: Runtime library for clang +Requires: compiler-rt%{?_isa} >= %{version} %description libs Runtime library for clang. @@ -136,6 +137,10 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py* %{_mandir}/man1/scan-build.1.* %changelog +* Mon Nov 14 2016 Nathaniel McCallum - 3.8.0-3 +- Add Requires: compiler-rt to clang-libs. +- Without this, compiling with certain CFLAGS breaks. + * Fri Jul 01 2016 Stephan Bergmann - 3.8.0-2 - Resolves: rhbz#1282645 add GCC abi_tag support