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