pkgsrc-WIP-changes archive

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

llvm-git: Drop patch for Threading.h (committed upstream)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 2 17:15:10 2017 +0100
Changeset:	be0e12e8ba80036eee6d6d805d56c69994bb9de2

Modified Files:
	llvm-git/distinfo
Removed Files:
	llvm-git/patches/patch-include_llvm_Support_Threading.h

Log Message:
llvm-git: Drop patch for Threading.h (committed upstream)

https://reviews.llvm.org/D29296

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=be0e12e8ba80036eee6d6d805d56c69994bb9de2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llvm-git/distinfo                                       |  1 -
 llvm-git/patches/patch-include_llvm_Support_Threading.h | 13 -------------
 2 files changed, 14 deletions(-)

diffs:
diff --git a/llvm-git/distinfo b/llvm-git/distinfo
index 3d98e05..7931384 100644
--- a/llvm-git/distinfo
+++ b/llvm-git/distinfo
@@ -12,4 +12,3 @@ 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-include_llvm_Support_Threading.h) = 1bd77d6eb6dc631227e92bc0a9882d1d3db1d6e3
diff --git a/llvm-git/patches/patch-include_llvm_Support_Threading.h b/llvm-git/patches/patch-include_llvm_Support_Threading.h
deleted file mode 100644
index 998b4ef..0000000
--- a/llvm-git/patches/patch-include_llvm_Support_Threading.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- include/llvm/Support/Threading.h.orig	2016-12-14 12:33:46.000000000 +0000
-+++ include/llvm/Support/Threading.h
-@@ -71,7 +71,7 @@ namespace llvm {
- 
-   /// This macro is the only way you should define your once flag for LLVM's
-   /// call_once.
--#define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
-+#define LLVM_DEFINE_ONCE_FLAG(flag) static llvm::once_flag flag = Uninitialized
- 
- #endif
- 


Home | Main Index | Thread Index | Old Index