compiler-rt 3.8.0rc3
This commit is contained in:
parent
9c61c87df6
commit
6e46151d50
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/compiler-rt-3.7.1.src.tar.xz
|
/compiler-rt-3.7.1.src.tar.xz
|
||||||
/compiler-rt-3.8.0rc2.src.tar.xz
|
/compiler-rt-3.8.0rc2.src.tar.xz
|
||||||
|
/compiler-rt-3.8.0rc3.src.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
Version: 3.8.0
|
Version: 3.8.0
|
||||||
Release: 0.1%{?dist}
|
Release: 0.2%{?dist}
|
||||||
Summary: LLVM "compiler-rt" runtime libraries
|
Summary: LLVM "compiler-rt" runtime libraries
|
||||||
|
|
||||||
License: NCSA or MIT
|
License: NCSA or MIT
|
||||||
URL: http://llvm.org
|
URL: http://llvm.org
|
||||||
Source0: http://llvm.org/releases/%{version}/%{name}-%{version}rc2.src.tar.xz
|
Source0: http://llvm.org/releases/%{version}/%{name}-%{version}rc3.src.tar.xz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
@ -19,7 +19,7 @@ code generation, sanitizer runtimes and profiling library for code
|
|||||||
instrumentation, and Blocks C language extension.
|
instrumentation, and Blocks C language extension.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}rc2.src
|
%setup -q -n %{name}-%{version}rc3.src
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p _build
|
mkdir -p _build
|
||||||
@ -55,6 +55,9 @@ cd _build
|
|||||||
%{_libdir}/clang/%{version}
|
%{_libdir}/clang/%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 03 2016 Dave Airlie <airlied@redhat.com> 3.8.0-0.2
|
||||||
|
- compiler-rt 3.8.0rc3
|
||||||
|
|
||||||
* Thu Feb 18 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.1
|
* Thu Feb 18 2016 Dave Airlie <airlied@redhat.com> - 3.8.0-0.1
|
||||||
- compiler-rt 3.8.0rc2
|
- compiler-rt 3.8.0rc2
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
1c6975daf30bb3b0473b53c3a1a6ff01 compiler-rt-3.7.1.src.tar.xz
|
1c6975daf30bb3b0473b53c3a1a6ff01 compiler-rt-3.7.1.src.tar.xz
|
||||||
6170540fe05044d61bee21bc2e6f60c2 compiler-rt-3.8.0rc2.src.tar.xz
|
6170540fe05044d61bee21bc2e6f60c2 compiler-rt-3.8.0rc2.src.tar.xz
|
||||||
|
d52d7999dde50a4c891c147663d0266b compiler-rt-3.8.0rc3.src.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user