mirror of
https://abf.rosa.ru/djam/llvm12.git
synced 2025-02-23 23:32:50 +00:00
Updated to version 3.7.1
This is mostly a bugfix release: a number of fixes are made in the core parts of LLVM and in AMDGPU-related components. However, this version is not fully ABI-compatible with 3.7.0. Details: http://lists.llvm.org/pipermail/llvm-announce/2016-January/000066.html
This commit is contained in:
parent
ee7ddbdc98
commit
f3e5fa9afc
2 changed files with 7 additions and 7 deletions
10
.abf.yml
10
.abf.yml
|
@ -1,6 +1,6 @@
|
|||
sources:
|
||||
cfe-3.7.0.src.tar.xz: 4ff8100565528b13d99a73f807e9b426c3b3bed9
|
||||
clang-tools-extra-3.7.0.src.tar.xz: 99a8c8e04936d37b711664539a1a2271a9663825
|
||||
compiler-rt-3.7.0.src.tar.xz: b61362b409bb7909a6d11097b5f69fded061073c
|
||||
llvm-3.7.0.src.tar.xz: 0355c2fe01a8d17c3315069e6f2ef80c281e7dad
|
||||
polly-3.7.0.src.tar.xz: 16851c89d56c18442e76ad657c260bb3619a6745
|
||||
cfe-3.7.1.src.tar.xz: 15475a2c1e750a13755812785a4796cf4d9fa4c2
|
||||
clang-tools-extra-3.7.1.src.tar.xz: af7b0208d00be365849a923b16b8e6d0fca2a2fc
|
||||
compiler-rt-3.7.1.src.tar.xz: 8ad98fcc0bc801ba448c9bc43942fd3f545a6923
|
||||
llvm-3.7.1.src.tar.xz: 5dbdcafac105273dcbff94c68837a66c6dd78cef
|
||||
polly-3.7.1.src.tar.xz: 0e3a461907cde7505fbdb44bf61ff318aa9254f7
|
|
@ -13,12 +13,12 @@
|
|||
%bcond_with ocaml
|
||||
|
||||
%define major_ver 3.7
|
||||
%define minor_ver 0
|
||||
%define minor_ver 1
|
||||
|
||||
Summary: Low Level Virtual Machine (LLVM)
|
||||
Name: llvm
|
||||
Version: %{major_ver}.%{minor_ver}
|
||||
Release: 3
|
||||
Release: 1
|
||||
License: NCSA
|
||||
Group: Development/Other
|
||||
Url: http://llvm.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue