summaryrefslogtreecommitdiff
path: root/lang/libunwind
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-01 19:22:12 +0000
committeradam <adam@pkgsrc.org>2017-12-01 19:22:12 +0000
commitac8598ceb649036c169a25a0c309572dad8e31e1 (patch)
tree9c36a71c37a87932c3316a58c169527539d37124 /lang/libunwind
parentbb17406f48de2f8aba7653faffd6a8ad2c8c5c47 (diff)
downloadpkgsrc-ac8598ceb649036c169a25a0c309572dad8e31e1.tar.gz
llvm: updated to 5.0.0
5.0.0: Non-comprehensive list of changes in this release * LLVM’s WeakVH has been renamed to WeakTrackingVH and a new WeakVH has been introduced. The new WeakVH nulls itself out on deletion, but does not track values across RAUW. * A new library named BinaryFormat has been created which holds a collection of code which previously lived in Support. This includes the file_magic structure and identify_magic functions, as well as all the structure and type definitions for DWARF, ELF, COFF, WASM, and MachO file formats. * The tool llvm-pdbdump has been renamed llvm-pdbutil to better reflect its nature as a general purpose PDB manipulation / diagnostics tool that does more than just dumping contents. * The BBVectorize pass has been removed. It was fully replaced and no longer used back in 2014 but we didn’t get around to removing it. Now it is gone. The SLP vectorizer is the suggested non-loop vectorization pass. * A new tool opt-viewer.py has been added to visualize optimization remarks in HTML. The tool processes the YAML files produced by clang with the -fsave-optimization-record option. * A new CMake macro LLVM_REVERSE_ITERATION has been added. If enabled, all supported unordered LLVM containers would be iterated in reverse order. This is useful for uncovering non-determinism caused by iteration of unordered containers. Currently, it supports reverse iteration of SmallPtrSet and DenseMap. * A new tool llvm-dlltool has been added to create short import libraries from GNU style definition files. The tool utilizes the PE COFF SPEC Import Library Format and PE COFF Auxiliary Weak Externals Format to achieve compatibility with LLD and MSVC LINK.
Diffstat (limited to 'lang/libunwind')
-rw-r--r--lang/libunwind/Makefile4
-rw-r--r--lang/libunwind/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/libunwind/Makefile b/lang/libunwind/Makefile
index 5c87b1f952e..f9205232f3f 100644
--- a/lang/libunwind/Makefile
+++ b/lang/libunwind/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/08/16 20:45:40 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/12/01 19:22:12 adam Exp $
-DISTNAME= libunwind-4.0.1.src
+DISTNAME= libunwind-5.0.0.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
diff --git a/lang/libunwind/distinfo b/lang/libunwind/distinfo
index 017a2b2db66..a9aac0f3ff4 100644
--- a/lang/libunwind/distinfo
+++ b/lang/libunwind/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/07/11 19:47:37 adam Exp $
+$NetBSD: distinfo,v 1.7 2017/12/01 19:22:12 adam Exp $
-SHA1 (libunwind-4.0.1.src.tar.xz) = 80a8bfd6bbcb3b63e4d87e4a2decd734274d4a3a
-RMD160 (libunwind-4.0.1.src.tar.xz) = f0a3d33e2899ec6e7c78b31b85758bb7da8686f9
-SHA512 (libunwind-4.0.1.src.tar.xz) = 8a0552a8ab830010d81420f4b778a3b831bff85b19bcce972958fc30e1ba5a2fa26a3deba499985a43dd7a103690775f6a20e7b3edda55f4eaff3541002d6b59
-Size (libunwind-4.0.1.src.tar.xz) = 63388 bytes
+SHA1 (libunwind-5.0.0.src.tar.xz) = 6bdb6e1fcaf79c29866b0d62c66a405347dea75b
+RMD160 (libunwind-5.0.0.src.tar.xz) = 87ea51017ddbaed7a3a9f50ed2f1477e288c5296
+SHA512 (libunwind-5.0.0.src.tar.xz) = 20d54d5342d67425f5e36e9c690f1bb67bc2a3b7184b3ad546b689e510728d7c596f178d4f5186daf7480409ed4e455848b4ad1d9d896370fac1db69885fc793
+Size (libunwind-5.0.0.src.tar.xz) = 72236 bytes