Accepting request 822399 from home:aaronpuchert:branches:devel:tools:compiler

Update to version 10.0.1, no assertions on 32-bit, run tests on ARM.

OBS-URL: https://build.opensuse.org/request/show/822399
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=537
This commit is contained in:
Martin Pluskal 2020-07-24 06:16:36 +00:00 committed by Git OBS Bridge
parent 9fd6a7c743
commit 09a1b2209e
2 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,20 @@
-------------------------------------------------------------------
Wed Jul 22 21:54:01 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 10.0.1.
* This release contains bug-fixes for the LLVM 10.0.0 release.
This release is API and ABI compatible with 10.0.0.
-------------------------------------------------------------------
Tue Mar 24 22:30:06 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 10.0.0.
* For details, see the release notes:
- https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html
- https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/10.0.0/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.html
- Remove superfluous clang-checker requirement.
-------------------------------------------------------------------

View File

@ -25,7 +25,7 @@
%endif
%endif
Name: llvm
Version: 10.0.0
Version: 10.0.1
Release: 0
Summary: Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA