LLVM 11.0.1 final
This commit is contained in:
parent
9b4c01fc57
commit
187b2a78ab
2
.gitignore
vendored
2
.gitignore
vendored
@ -57,3 +57,5 @@
|
||||
/compiler-rt-11.0.1rc1.src.tar.xz.sig
|
||||
/compiler-rt-11.0.1rc2.src.tar.xz
|
||||
/compiler-rt-11.0.1rc2.src.tar.xz.sig
|
||||
/compiler-rt-11.0.1.src.tar.xz
|
||||
/compiler-rt-11.0.1.src.tar.xz.sig
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
%global rc_ver 2
|
||||
%global baserelease 2
|
||||
#%%global rc_ver 2
|
||||
%global baserelease 3
|
||||
|
||||
%global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
@ -111,6 +111,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2021 Serge Guelton - 11.0.1-3
|
||||
- LLVM 11.0.1 final
|
||||
|
||||
* Tue Dec 22 2020 sguelton@redhat.com - 11.0.1-2.rc2
|
||||
- llvm 11.0.1-rc2
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (compiler-rt-11.0.1rc2.src.tar.xz) = e3e663b3a408098b938fee5bf700fe2f9da2313d20a38c4d7818b8d8c386ea8778ff7c71030473a4b93e492d9ba401255314ab48d4d7b13c4bf5662ec0254807
|
||||
SHA512 (compiler-rt-11.0.1rc2.src.tar.xz.sig) = 26c79457500193c1b97e3ab81d0a5e5dee38b1bc950be04a410475ca2614399180bca58131b3ef28c9834803642cb96953d2ac2feaccc60c7615e0c8e69de8ef
|
||||
SHA512 (compiler-rt-11.0.1.src.tar.xz) = 869208f0d2c5f0828a317a6006d4ce47a946b03db2692c8557485caddc56fbeb0335a87b4c9663aa0d1397de94337e56ae10f802c4aca443072962f728e2bdf4
|
||||
SHA512 (compiler-rt-11.0.1.src.tar.xz.sig) = 23beb0042862211029b0f7b0f90410a3ee6a355c96a5095e41054805a54a513bca67fcd6a9e8a316aa75e17b540ac54f3cf083832ca1bf8abc4837931a3098d7
|
||||
|
Loading…
Reference in New Issue
Block a user