From 9c61c87df651f9da219246b5a5c3f0accb4c1334 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Feb 19 2016 00:17:20 +0000 Subject: compiler-rt 3.8.0rc2 --- diff --git a/.gitignore b/.gitignore index f26b1c7..2ddb4d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /compiler-rt-3.7.1.src.tar.xz +/compiler-rt-3.8.0rc2.src.tar.xz diff --git a/compiler-rt.spec b/compiler-rt.spec index 5c27bb8..fb8d192 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,11 +1,11 @@ Name: compiler-rt -Version: 3.7.1 -Release: 3%{?dist} +Version: 3.8.0 +Release: 0.1%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT URL: http://llvm.org -Source0: http://llvm.org/releases/%{version}/%{name}-%{version}.src.tar.xz +Source0: http://llvm.org/releases/%{version}/%{name}-%{version}rc2.src.tar.xz BuildRequires: cmake BuildRequires: python @@ -19,7 +19,7 @@ code generation, sanitizer runtimes and profiling library for code instrumentation, and Blocks C language extension. %prep -%setup -q -n %{name}-%{version}.src +%setup -q -n %{name}-%{version}rc2.src %build mkdir -p _build @@ -38,7 +38,7 @@ make install DESTDIR=%{buildroot} # move sanitizer lists to better place mkdir -p %{buildroot}%{_libdir}/clang/%{version} -for file in asan_blacklist.txt msan_blacklist.txt dfsan_blacklist.txt dfsan_abilist.txt; do +for file in asan_blacklist.txt msan_blacklist.txt dfsan_blacklist.txt cfi_blacklist.txt dfsan_abilist.txt; do mv -v %{buildroot}%{_prefix}/${file} %{buildroot}%{_libdir}/clang/%{version}/ || : done @@ -55,6 +55,9 @@ cd _build %{_libdir}/clang/%{version} %changelog +* Thu Feb 18 2016 Dave Airlie - 3.8.0-0.1 +- compiler-rt 3.8.0rc2 + * Fri Feb 05 2016 Dave Airlie 3.7.1-3 - fix compiler-rt paths - from rwindz0@gmail.com - #1304605 diff --git a/sources b/sources index 626ec78..6041c63 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1c6975daf30bb3b0473b53c3a1a6ff01 compiler-rt-3.7.1.src.tar.xz +6170540fe05044d61bee21bc2e6f60c2 compiler-rt-3.8.0rc2.src.tar.xz