From e3baf945afc42baa4db7b736ca02dc9c3dbe702dfb9ead17e1a7d1fb18008f44 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Thu, 29 Mar 2018 07:52:15 +0000 Subject: [PATCH] Accepting request 592176 from home:michalsrb:branches:devel:tools:compiler - Update to version 6.0.0. * Added polly * Notable changes: - Retpoline Spectre variant 2 mitigation - GlobalISel by default for AArch64 at -O0 - improved scheduling on several x86 micro-architectures - Clang defaults to -std=gnu++14 instead of -std=gnu++98 - support for some upcoming C++2a features - improved optimizations, new compiler warnings, many bug fixes, and more. OBS-URL: https://build.opensuse.org/request/show/592176 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=508 --- llvm.changes | 16 +++++++++++++++- llvm.spec | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/llvm.changes b/llvm.changes index 2d3f6c2..26258ab 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,5 +1,19 @@ ------------------------------------------------------------------- -Mon Mar 19 12:38:56 UTC 2018 - msrb@suse.com +Thu Mar 29 07:26:34 UTC 2018 - msrb@suse.com + +- Update to version 6.0.0. + * Added polly + * Notable changes: + - Retpoline Spectre variant 2 mitigation + - GlobalISel by default for AArch64 at -O0 + - improved scheduling on several x86 micro-architectures + - Clang defaults to -std=gnu++14 instead of -std=gnu++98 + - support for some upcoming C++2a features + - improved optimizations, new compiler warnings, many bug + fixes, and more. + +------------------------------------------------------------------- +Mon Mar 19 12:23:56 UTC 2018 - msrb@suse.com - Build lldb and python3-lldb metapackages if and only if the real packages are built. Fixes build on Leap 42.3. diff --git a/llvm.spec b/llvm.spec index 283f9cb..60db570 100644 --- a/llvm.spec +++ b/llvm.spec @@ -24,9 +24,9 @@ %endif %endif -%define _sonum 5 +%define _sonum 6 Name: llvm -Version: 5.0.1 +Version: 6.0.0 Release: 0 Summary: Low Level Virtual Machine License: NCSA