pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
clang-netbsd: Update to SVN r. 311365
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Aug 21 21:07:05 2017 +0200
Changeset: 41c948823c29761277fddf917768427b3face5ac
Modified Files:
clang-netbsd/Makefile.common
clang-netbsd/distinfo
Removed Files:
clang-netbsd/patches/patch-lib_Driver_ToolChains_NetBSD.cpp
Log Message:
clang-netbsd: Update to SVN r. 311365
This revision incorporates merged NetBSD patch for libfuzzer.
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=41c948823c29761277fddf917768427b3face5ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
clang-netbsd/Makefile.common | 2 +-
clang-netbsd/distinfo | 1 -
clang-netbsd/patches/patch-lib_Driver_ToolChains_NetBSD.cpp | 13 -------------
3 files changed, 1 insertion(+), 15 deletions(-)
diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 3f4d15af34..5a21dbce6a 100644
--- a/clang-netbsd/Makefile.common
+++ b/clang-netbsd/Makefile.common
@@ -6,7 +6,7 @@ CATEGORIES= lang devel
SVN_REPOSITORIES= clang
SVN_REPO.clang= http://llvm.org/svn/llvm-project/cfe/trunk
-SVN_REVISION.clang= 311235
+SVN_REVISION.clang= 311365
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://clang.llvm.org/
diff --git a/clang-netbsd/distinfo b/clang-netbsd/distinfo
index 773051f450..6b4b43fbde 100644
--- a/clang-netbsd/distinfo
+++ b/clang-netbsd/distinfo
@@ -15,6 +15,5 @@ Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
SHA1 (patch-lib_Basic_Targets_OSTargets.h) = 6af7531d9cdc39037d8b0fb0c734cfba75922fc7
SHA1 (patch-lib_Driver_ToolChains_CommonArgs.cpp) = 0319867c1a10db204d9ad6aa2a9d495503ee9395
SHA1 (patch-lib_Driver_ToolChains_Gnu.cpp) = 241c603172fffe6bc8ef3a3733bd3f42c19abbf1
-SHA1 (patch-lib_Driver_ToolChains_NetBSD.cpp) = f8537d65a7d193c83dcdb11a4ded60c0b539636d
SHA1 (patch-test_Sema_128bitfloat.cpp) = cc11582dd9495b603a22ef73609ab04f65324da2
SHA1 (patch-tools_clang-format_CMakeLists.txt) = f119d2a94cbfb8c00a285d1aa7789ed26f8309cf
diff --git a/clang-netbsd/patches/patch-lib_Driver_ToolChains_NetBSD.cpp b/clang-netbsd/patches/patch-lib_Driver_ToolChains_NetBSD.cpp
deleted file mode 100644
index 9f6cded3fd..0000000000
--- a/clang-netbsd/patches/patch-lib_Driver_ToolChains_NetBSD.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- lib/Driver/ToolChains/NetBSD.cpp.orig 2017-08-19 15:58:01.065451438 +0000
-+++ lib/Driver/ToolChains/NetBSD.cpp
-@@ -428,6 +428,8 @@ SanitizerMask NetBSD::getSupportedSaniti
- Res |= SanitizerKind::Vptr;
- }
- if (IsX86_64) {
-+ Res |= SanitizerKind::Fuzzer;
-+ Res |= SanitizerKind::FuzzerNoLink;
- Res |= SanitizerKind::Thread;
- }
- return Res;
Home |
Main Index |
Thread Index |
Old Index