pkgsrc-WIP-changes archive

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

llvm-netbsd: Update to SVN 293902



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 2 23:41:36 2017 +0100
Changeset:	46dd206a13a48c9bc5f642ed324b82feca93f13b

Modified Files:
	llvm-netbsd/Makefile
	llvm-netbsd/PLIST
	llvm-netbsd/distinfo
Removed Files:
	llvm-netbsd/patches/patch-include_llvm_Support_Threading.h

Log Message:
llvm-netbsd: Update to SVN 293902

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=46dd206a13a48c9bc5f642ed324b82feca93f13b

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

diffstat:
 llvm-netbsd/Makefile                                       |  2 +-
 llvm-netbsd/PLIST                                          |  1 +
 llvm-netbsd/distinfo                                       |  1 -
 llvm-netbsd/patches/patch-include_llvm_Support_Threading.h | 13 -------------
 4 files changed, 2 insertions(+), 15 deletions(-)

diffs:
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index 30891ea..4468cb4 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	llvm
 SVN_REPO.llvm=		http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm=	293625
+SVN_REVISION.llvm=	293902
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://llvm.org/
diff --git a/llvm-netbsd/PLIST b/llvm-netbsd/PLIST
index 3ef914c..9e76d16 100644
--- a/llvm-netbsd/PLIST
+++ b/llvm-netbsd/PLIST
@@ -1095,6 +1095,7 @@ include/llvm/Transforms/Utils/ValueMapper.h
 include/llvm/Transforms/Vectorize.h
 include/llvm/Transforms/Vectorize/LoopVectorize.h
 include/llvm/Transforms/Vectorize/SLPVectorizer.h
+include/llvm/XRay/InstrumentationMap.h
 include/llvm/XRay/Trace.h
 include/llvm/XRay/XRayRecord.h
 include/llvm/XRay/YAMLXRayRecord.h
diff --git a/llvm-netbsd/distinfo b/llvm-netbsd/distinfo
index c704e50..7931384 100644
--- a/llvm-netbsd/distinfo
+++ b/llvm-netbsd/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) = 1adf64f038bd6e97cff20d8a52571091d6ed90ac
diff --git a/llvm-netbsd/patches/patch-include_llvm_Support_Threading.h b/llvm-netbsd/patches/patch-include_llvm_Support_Threading.h
deleted file mode 100644
index e65ee2d..0000000
--- a/llvm-netbsd/patches/patch-include_llvm_Support_Threading.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- include/llvm/Support/Threading.h.orig	2016-12-16 22:50:53.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 = llvm::Uninitialized
- 
- #endif
- 


Home | Main Index | Thread Index | Old Index