pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compiler-rt-git: Drop merged patches upstream
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Aug 7 12:56:11 2017 +0200
Changeset: a1f9a78aa7e09ad90b09cc1a4f4557514e19f539
Modified Files:
compiler-rt-git/distinfo
Removed Files:
compiler-rt-git/patches/patch-lib_asan_asan__errors.cc
compiler-rt-git/patches/patch-lib_asan_asan__interceptors.h
Log Message:
compiler-rt-git: Drop merged patches upstream
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=a1f9a78aa7e09ad90b09cc1a4f4557514e19f539
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
compiler-rt-git/distinfo | 2 --
compiler-rt-git/patches/patch-lib_asan_asan__errors.cc | 13 -------------
compiler-rt-git/patches/patch-lib_asan_asan__interceptors.h | 13 -------------
3 files changed, 28 deletions(-)
diffs:
diff --git a/compiler-rt-git/distinfo b/compiler-rt-git/distinfo
index 4cf37d3902..288546e6b3 100644
--- a/compiler-rt-git/distinfo
+++ b/compiler-rt-git/distinfo
@@ -13,9 +13,7 @@ SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
SHA1 (patch-cmake_config-ix.cmake) = dccb5876d7dc532d49a8e89dbafc11a60e0ab83a
-SHA1 (patch-lib_asan_asan__errors.cc) = c029fa05715dfc5bcbda0fd6e28c966a96c2c278
SHA1 (patch-lib_asan_asan__interceptors.cc) = 9786a54c62e081c7194efa26139f8539ad1e8c41
-SHA1 (patch-lib_asan_asan__interceptors.h) = 520419376759f2991c6f74f4c2a5ef62851d7838
SHA1 (patch-lib_asan_asan__linux.cc) = 8cc2c9b75ac690f0ef79f912c429fb259bc0dcbd
SHA1 (patch-lib_asan_asan__malloc__linux.cc) = 8d690c207d11e19ca96f231d41a6c192c8528933
SHA1 (patch-lib_asan_asan__mapping.h) = 73f5f33e946868b4780864e633916376b11b16f1
diff --git a/compiler-rt-git/patches/patch-lib_asan_asan__errors.cc b/compiler-rt-git/patches/patch-lib_asan_asan__errors.cc
deleted file mode 100644
index ad9a3bab85..0000000000
--- a/compiler-rt-git/patches/patch-lib_asan_asan__errors.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- lib/asan/asan_errors.cc.orig 2017-08-05 14:29:08.000000000 +0000
-+++ lib/asan/asan_errors.cc
-@@ -59,7 +59,7 @@ static void MaybeDumpRegisters(void *con
- }
-
- static void MaybeReportNonExecRegion(uptr pc) {
--#if SANITIZER_FREEBSD || SANITIZER_LINUX
-+#if SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD
- MemoryMappingLayout proc_maps(/*cache_enabled*/ true);
- MemoryMappedSegment segment;
- while (proc_maps.Next(&segment)) {
diff --git a/compiler-rt-git/patches/patch-lib_asan_asan__interceptors.h b/compiler-rt-git/patches/patch-lib_asan_asan__interceptors.h
deleted file mode 100644
index 4bcdfa0ec3..0000000000
--- a/compiler-rt-git/patches/patch-lib_asan_asan__interceptors.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- lib/asan/asan_interceptors.h.orig 2017-07-03 15:33:06.000000000 +0000
-+++ lib/asan/asan_interceptors.h
-@@ -34,7 +34,7 @@
- # define ASAN_INTERCEPT_FORK 0
- #endif
-
--#if SANITIZER_FREEBSD || SANITIZER_LINUX
-+#if SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD
- # define ASAN_USE_ALIAS_ATTRIBUTE_FOR_INDEX 1
- #else
- # define ASAN_USE_ALIAS_ATTRIBUTE_FOR_INDEX 0
Home |
Main Index |
Thread Index |
Old Index