pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compiler-rt-netbsd: Update to SVN r. 318980



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 25 17:48:59 2017 +0100
Changeset:	c777743eb2bf24769345db6cd8543c00664ee36a

Modified Files:
	compiler-rt-netbsd/Makefile
	compiler-rt-netbsd/distinfo
Removed Files:
	compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__symbolizer__posix__libcdep.cc

Log Message:
compiler-rt-netbsd: Update to SVN r. 318980

Eliminate local patch that has been merged:

Plug dlerror() leak for swift_demangle
https://reviews.llvm.org/D40382

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c777743eb2bf24769345db6cd8543c00664ee36a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 compiler-rt-netbsd/Makefile                                  |  2 +-
 compiler-rt-netbsd/distinfo                                  |  1 -
 ...anitizer__common_sanitizer__symbolizer__posix__libcdep.cc | 12 ------------
 3 files changed, 1 insertion(+), 14 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/Makefile b/compiler-rt-netbsd/Makefile
index 56b3fb8d15..def94d57d8 100644
--- a/compiler-rt-netbsd/Makefile
+++ b/compiler-rt-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	compiler-rt
 SVN_REPO.compiler-rt=	http://llvm.org/svn/llvm-project/compiler-rt/trunk
-SVN_REVISION.compiler-rt=	318739
+SVN_REVISION.compiler-rt=	318980
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://compiler-rt.llvm.org/
diff --git a/compiler-rt-netbsd/distinfo b/compiler-rt-netbsd/distinfo
index c71e45cdd5..e86bcfd056 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -7,7 +7,6 @@ SHA1 (patch-lib_lsan_lsan__thread.cc) = 5cfc982f13ad8171fcd2859f2e37edef2f0e41b2
 SHA1 (patch-lib_lsan_lsan__thread.h) = 5fbcc7fe73e619d88912413d99af2f4878ffeae6
 SHA1 (patch-lib_msan_msan.h) = 1ee0f86ccb410561d381afba526c85aa5dace912
 SHA1 (patch-lib_sanitizer__common_sanitizer__signal__interceptors.inc) = e510af025a295a36799d15c8caf0b6bbb4272f48
-SHA1 (patch-lib_sanitizer__common_sanitizer__symbolizer__posix__libcdep.cc) = 65914439de83efc75bb4191219f85f92c72f0959
 SHA1 (patch-lib_sanitizer__common_sanitizer__thread__registry.cc) = 2883ce1ceff9e55c064db944573b568e4b201571
 SHA1 (patch-lib_sanitizer__common_sanitizer__thread__registry.h) = 8b6ab550a34b4e8526a18e45ef6fc05af64e4c2a
 SHA1 (patch-lib_tsan_rtl_tsan__interceptors.cc) = f7c41bff3b94c14bdeb2e12a595e0fdaafbb6708
diff --git a/compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__symbolizer__posix__libcdep.cc b/compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__symbolizer__posix__libcdep.cc
deleted file mode 100644
index d1610f349c..0000000000
--- a/compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__symbolizer__posix__libcdep.cc
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
---- lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc.orig	2017-10-17 18:35:46.000000000 +0000
-+++ lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
-@@ -77,6 +77,7 @@ static swift_demangle_ft swift_demangle_
- // symbolication.
- static void InitializeSwiftDemangler() {
-   swift_demangle_f = (swift_demangle_ft)dlsym(RTLD_DEFAULT, "swift_demangle");
-+  (void)dlerror(); // Cleanup error message in case of failure
- }
- 
- // Attempts to demangle a Swift name. The demangler will return nullptr if a


Home | Main Index | Thread Index | Old Index