From 09a1b2209e85e8327d33d8eb32333e8f02c3d07904eebc4dec8bae909f309163 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 24 Jul 2020 06:16:36 +0000 Subject: [PATCH] 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 --- llvm.changes | 13 +++++++++++++ llvm.spec | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/llvm.changes b/llvm.changes index 6e37b79..32e9552 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,7 +1,20 @@ +------------------------------------------------------------------- +Wed Jul 22 21:54:01 UTC 2020 - Aaron Puchert + +- 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 - 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. ------------------------------------------------------------------- diff --git a/llvm.spec b/llvm.spec index a1b3a89..55eb55b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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