pkgsrc-WIP-changes archive

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

compiler-rt-netbsd: Rebase to SVN r. 349263



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Dec 15 11:47:26 2018 +0100
Changeset:	bd5fb9944e89077c2a043d73479fa48e15aa0373

Modified Files:
	compiler-rt-netbsd/Makefile
Removed Files:
	compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__platform__interceptors.h
	compiler-rt-netbsd/patches/patch-test_msan_pthread__getname__np.cc

Log Message:
compiler-rt-netbsd: Rebase to SVN r. 349263

Merged upstream:
[compiler-rt] r349262 - Enable SANITIZER_INTERCEPT_PTHREAD_GETNAME_NP for NetBSD
[compiler-rt] r349263 - Enable test/msan/pthread_getname_np.cc for NetBSD

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

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 +-
 ...ib_sanitizer__common_sanitizer__platform__interceptors.h | 13 -------------
 .../patches/patch-test_msan_pthread__getname__np.cc         | 13 -------------
 3 files changed, 1 insertion(+), 27 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/Makefile b/compiler-rt-netbsd/Makefile
index bd8386daca..9077a45932 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=	349257
+SVN_REVISION.compiler-rt=	349263
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://compiler-rt.llvm.org/
diff --git a/compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__platform__interceptors.h b/compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__platform__interceptors.h
deleted file mode 100644
index 2f6664c6c5..0000000000
--- a/compiler-rt-netbsd/patches/patch-lib_sanitizer__common_sanitizer__platform__interceptors.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- lib/sanitizer_common/sanitizer_platform_interceptors.h.orig	2018-12-15 08:48:07.348952343 +0000
-+++ lib/sanitizer_common/sanitizer_platform_interceptors.h
-@@ -387,7 +387,7 @@
- #define SANITIZER_INTERCEPT_PTHREAD_SETNAME_NP \
-   (SI_FREEBSD || SI_NETBSD || SI_OPENBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
- #define SANITIZER_INTERCEPT_PTHREAD_GETNAME_NP \
--  (SI_FREEBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
-+  (SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
- 
- #define SANITIZER_INTERCEPT_TLS_GET_ADDR \
-   (SI_FREEBSD || SI_NETBSD || SI_OPENBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
diff --git a/compiler-rt-netbsd/patches/patch-test_msan_pthread__getname__np.cc b/compiler-rt-netbsd/patches/patch-test_msan_pthread__getname__np.cc
deleted file mode 100644
index 872150529a..0000000000
--- a/compiler-rt-netbsd/patches/patch-test_msan_pthread__getname__np.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- test/msan/pthread_getname_np.cc.orig	2018-08-21 21:25:23.000000000 +0000
-+++ test/msan/pthread_getname_np.cc
-@@ -1,7 +1,7 @@
- // RUN: %clangxx_msan -std=c++11 -O0 %s -o %t && %run %t
- // The main goal is getting the pthread name back and
- // FreeBSD based do not support this feature
--// UNSUPPORTED: android, netbsd, freebsd
-+// UNSUPPORTED: android, freebsd
- 
- // Regression test for a deadlock in pthread_getattr_np
- 


Home | Main Index | Thread Index | Old Index