pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
llvm-git: Correct typo 40 -> 46 in shadow memory offset
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jul 4 17:55:48 2017 +0200
Changeset: f4dccbd423dc1880009788b25016918571f5aae7
Modified Files:
llvm-git/distinfo
llvm-git/patches/patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp
Log Message:
llvm-git: Correct typo 40 -> 46 in shadow memory offset
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=f4dccbd423dc1880009788b25016918571f5aae7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llvm-git/distinfo | 2 +-
.../patches/patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/llvm-git/distinfo b/llvm-git/distinfo
index 8d02f6f3d5..d8c2b7ca0a 100644
--- a/llvm-git/distinfo
+++ b/llvm-git/distinfo
@@ -12,4 +12,4 @@ Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
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-lib_Transforms_Instrumentation_AddressSanitizer.cpp) = 1a9cd5b44191b8b75e25ae3b732d2c05942a49e9
+SHA1 (patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp) = 59ea4dfec39b00a29f69be761310bae545ab11e1
diff --git a/llvm-git/patches/patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp b/llvm-git/patches/patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp
index 602e242e32..5639411b81 100644
--- a/llvm-git/patches/patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp
+++ b/llvm-git/patches/patch-lib_Transforms_Instrumentation_AddressSanitizer.cpp
@@ -1,12 +1,12 @@
$NetBSD$
---- lib/Transforms/Instrumentation/AddressSanitizer.cpp.orig 2017-05-24 03:56:48.000000000 +0000
+--- lib/Transforms/Instrumentation/AddressSanitizer.cpp.orig 2017-07-04 15:51:35.232369546 +0000
+++ lib/Transforms/Instrumentation/AddressSanitizer.cpp
@@ -80,6 +80,7 @@ static const uint64_t kMIPS64_ShadowOffs
static const uint64_t kAArch64_ShadowOffset64 = 1ULL << 36;
static const uint64_t kFreeBSD_ShadowOffset32 = 1ULL << 30;
static const uint64_t kFreeBSD_ShadowOffset64 = 1ULL << 46;
-+static const uint64_t kNetBSD_ShadowOffset64 = 1ULL << 40;
++static const uint64_t kNetBSD_ShadowOffset64 = 1ULL << 46;
static const uint64_t kPS4CPU_ShadowOffset64 = 1ULL << 40;
static const uint64_t kWindowsShadowOffset32 = 3ULL << 28;
// The shadow memory space is dynamically allocated.
Home |
Main Index |
Thread Index |
Old Index