SHA256
1
0
forked from pool/llvm

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
This commit is contained in:
Michal Srb 2018-03-29 07:52:15 +00:00 committed by Git OBS Bridge
parent 6895b85715
commit e3baf945af
2 changed files with 17 additions and 3 deletions

View File

@ -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.

View File

@ -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