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



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 31 10:00:39 2018 +0100
Changeset:	d07a62441ebbf056f8654e88b61257d6968d9538

Modified Files:
	compiler-rt-netbsd/Makefile
	compiler-rt-netbsd/distinfo
Removed Files:
	compiler-rt-netbsd/patches/patch-lib_scudo_scudo__platform.h

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

Merged upstream:
[compiler-rt] r345651 - Mark breaking sanitizer_common tests on NetBSD
[compiler-rt] r345654 - Mark vptr-non-unique-typeinfo as a broken test for NetBSD/i386
[compiler-rt] r345655 - Switch getline_nohang from XFAIL to UNSUPPORTED for NetBSD
[compiler-rt] r345663 - Mark breaking asan tests on NetBSD
[compiler-rt] r345666 - Disable BufferOverflowAfterManyFrees for NetBSD

Drop local patch for scudo, abandoned.

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

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 -
 .../patches/patch-lib_scudo_scudo__platform.h      | 22 ----------------------
 3 files changed, 1 insertion(+), 24 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/Makefile b/compiler-rt-netbsd/Makefile
index 953ba58b9d..729a804198 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=	345627
+SVN_REVISION.compiler-rt=	345697
 
 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 cb291517bf..af52d23c5a 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -16,6 +16,5 @@ SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__netbsd.cc) = 4689
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__netbsd.h) = e8a0d9389f3ddd41f911e00f8ff62e214441296d
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.cc) = 7c16ba866352f3a695a544094ca46f0f561c43c5
 SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__posix.h) = 9f535e84c3e1ab5704b11e388ac240439a9900d6
-SHA1 (patch-lib_scudo_scudo__platform.h) = 68f33b18d913984c3a459597ef62f63d36184ca9
 SHA1 (patch-lib_tsan_CMakeLists.txt) = 4d8f8081ff2a3249565df26e67a35b5b3509e0b0
 SHA1 (patch-lib_xray_tests_CMakeLists.txt) = bb52916184d8e829395dd40d6d1b8b7eac40da92
diff --git a/compiler-rt-netbsd/patches/patch-lib_scudo_scudo__platform.h b/compiler-rt-netbsd/patches/patch-lib_scudo_scudo__platform.h
deleted file mode 100644
index 4cabee2f3d..0000000000
--- a/compiler-rt-netbsd/patches/patch-lib_scudo_scudo__platform.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- lib/scudo/scudo_platform.h.orig	2018-08-21 21:25:38.000000000 +0000
-+++ lib/scudo/scudo_platform.h
-@@ -17,7 +17,7 @@
- 
- #include "sanitizer_common/sanitizer_allocator.h"
- 
--#if !SANITIZER_LINUX && !SANITIZER_FUCHSIA
-+#if !SANITIZER_LINUX && !SANITIZER_FUCHSIA && !SANITIZER_NETBSD
- # error "The Scudo hardened allocator is not supported on this platform."
- #endif
- 
-@@ -28,7 +28,7 @@
- # if SANITIZER_ANDROID || SANITIZER_FUCHSIA
- // Android and Fuchsia use a pool of TSDs shared between threads.
- #  define SCUDO_TSD_EXCLUSIVE 0
--# elif SANITIZER_LINUX && !SANITIZER_ANDROID
-+# elif SANITIZER_NETBSD || (SANITIZER_LINUX && !SANITIZER_ANDROID)
- // Non-Android Linux use an exclusive TSD per thread.
- #  define SCUDO_TSD_EXCLUSIVE 1
- # else


Home | Main Index | Thread Index | Old Index