pkgsrc-WIP-changes archive

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

compiler-rt-netbsd: Upgrade to SVN r, 315927



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Oct 17 20:39:35 2017 +0200
Changeset:	66b2ea9ab916cd0cd08e1219a58c7f0dbab47fec

Modified Files:
	compiler-rt-netbsd/Makefile
	compiler-rt-netbsd/PLIST
	compiler-rt-netbsd/distinfo
	compiler-rt-netbsd/patches/patch-test_tsan_lit.cfg

Log Message:
compiler-rt-netbsd: Upgrade to SVN r, 315927

Rediff local patch.
Sync PLIST with 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=66b2ea9ab916cd0cd08e1219a58c7f0dbab47fec

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/PLIST                           | 1 +
 compiler-rt-netbsd/distinfo                        | 2 +-
 compiler-rt-netbsd/patches/patch-test_tsan_lit.cfg | 9 ++++-----
 4 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/Makefile b/compiler-rt-netbsd/Makefile
index 3a50a8caf0..55663bc830 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=	314651
+SVN_REVISION.compiler-rt=	315927
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://compiler-rt.llvm.org/
diff --git a/compiler-rt-netbsd/PLIST b/compiler-rt-netbsd/PLIST
index cfd9ae882d..039222a6e8 100644
--- a/compiler-rt-netbsd/PLIST
+++ b/compiler-rt-netbsd/PLIST
@@ -1,5 +1,6 @@
 @comment $NetBSD$
 lib/clang/${PKGVERSION}/asan_blacklist.txt
+lib/clang/${PKGVERSION}/cfi_blacklist.txt
 lib/clang/${PKGVERSION}/include/sanitizer/allocator_interface.h
 lib/clang/${PKGVERSION}/include/sanitizer/asan_interface.h
 lib/clang/${PKGVERSION}/include/sanitizer/common_interface_defs.h
diff --git a/compiler-rt-netbsd/distinfo b/compiler-rt-netbsd/distinfo
index c424d23426..4d4c04c5c6 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -10,6 +10,6 @@ SHA1 (patch-lib_tsan_rtl_tsan__platform__posix.cc) = ddf48d91100e681f09b7303a379
 SHA1 (patch-lib_tsan_rtl_tsan__rtl.cc) = f21a7acad2b84c1a32d83ddad336369b016a4990
 SHA1 (patch-lib_tsan_rtl_tsan__rtl__amd64.S) = 95591667c23372ceb72334b2ceae800d32574ac6
 SHA1 (patch-lib_tsan_tests_rtl_tsan__test__util__posix.cc) = 302c72dab4fe5a0c94d7de0d728033e616811e5e
-SHA1 (patch-test_tsan_lit.cfg) = c849d08c3df59a3de45c6515e05c3d9fac5424e7
+SHA1 (patch-test_tsan_lit.cfg) = 001a4025f0542998da209df933359cf929d7631e
 SHA1 (patch-test_tsan_tls__race.cc) = 7447ee161c27deb7196151f56ea739904bec8c1c
 SHA1 (patch-test_tsan_tls__race2.cc) = da9b3298b8e882db111b01ac10a5ae6dbeaa88dc
diff --git a/compiler-rt-netbsd/patches/patch-test_tsan_lit.cfg b/compiler-rt-netbsd/patches/patch-test_tsan_lit.cfg
index 12fba5f62f..03954f2cfa 100644
--- a/compiler-rt-netbsd/patches/patch-test_tsan_lit.cfg
+++ b/compiler-rt-netbsd/patches/patch-test_tsan_lit.cfg
@@ -1,14 +1,13 @@
 $NetBSD$
 
---- test/tsan/lit.cfg.orig	2017-07-16 22:40:10.000000000 +0000
+--- test/tsan/lit.cfg.orig	2017-10-17 18:35:28.156367235 +0000
 +++ test/tsan/lit.cfg
-@@ -79,8 +79,7 @@ config.substitutions.append( ("%deflake 
- # Default test suffixes.
+@@ -80,7 +80,7 @@ config.substitutions.append( ("%deflake 
  config.suffixes = ['.c', '.cc', '.cpp', '.m', '.mm']
  
--# ThreadSanitizer tests are currently supported on FreeBSD, Linux and Darwin.
+ # ThreadSanitizer tests are currently supported on FreeBSD, Linux and Darwin.
 -if config.host_os not in ['FreeBSD', 'Linux', 'Darwin']:
 +if config.host_os not in ['FreeBSD', 'Linux', 'Darwin', 'NetBSD']:
    config.unsupported = True
  
- # Allow tests to use REQUIRES=stable-runtime.  For use when you cannot use XFAIL
+ if config.android:


Home | Main Index | Thread Index | Old Index