pkgsrc-WIP-changes archive

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

clang-netbsd: Rebase to SVN r. 340168



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Aug 21 23:21:07 2018 +0200
Changeset:	6ce0cd88fcd31024a1ff85414b3820c8eece62ee

Modified Files:
	clang-netbsd/Makefile.common
	clang-netbsd/distinfo
	clang-netbsd/patches/patch-lib_Basic_Targets_OSTargets.h

Log Message:
clang-netbsd: Rebase to SVN r. 340168

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ce0cd88fcd31024a1ff85414b3820c8eece62ee

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                                    | 2 +-
 clang-netbsd/patches/patch-lib_Basic_Targets_OSTargets.h | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 178837d7f9..17bcc31771 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=	333732
+SVN_REVISION.clang=	340168
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://clang.llvm.org/
diff --git a/clang-netbsd/distinfo b/clang-netbsd/distinfo
index 0b0f116088..edd6cf0e4e 100644
--- a/clang-netbsd/distinfo
+++ b/clang-netbsd/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
 
-SHA1 (patch-lib_Basic_Targets_OSTargets.h) = b6acc576a95305931338c54b18e02fe9813796cf
+SHA1 (patch-lib_Basic_Targets_OSTargets.h) = f757d5e0b4ec4f79a6bd0f455b5003d69d7c77ad
 SHA1 (patch-test_Sema_128bitfloat.cpp) = badf88253b37f921c588f568fb8841be8556c5f3
 SHA1 (patch-tools_clang-format_CMakeLists.txt) = 9ba2acd056dcac4b6cd72bc335f192134ecad125
diff --git a/clang-netbsd/patches/patch-lib_Basic_Targets_OSTargets.h b/clang-netbsd/patches/patch-lib_Basic_Targets_OSTargets.h
index 6674a0dd77..e8824f55e8 100644
--- a/clang-netbsd/patches/patch-lib_Basic_Targets_OSTargets.h
+++ b/clang-netbsd/patches/patch-lib_Basic_Targets_OSTargets.h
@@ -1,6 +1,6 @@
 $NetBSD$
 
---- lib/Basic/Targets/OSTargets.h.orig	2018-04-27 13:37:59.000000000 +0000
+--- lib/Basic/Targets/OSTargets.h.orig	2018-08-21 21:14:38.937511396 +0000
 +++ lib/Basic/Targets/OSTargets.h
 @@ -364,12 +364,23 @@ protected:
      Builder.defineMacro("__ELF__");
@@ -13,7 +13,7 @@ $NetBSD$
  public:
    NetBSDTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
        : OSTargetInfo<Target>(Triple, Opts) {
-     this->MCountName = "_mcount";
+     this->MCountName = "__mcount";
 +
 +    switch (Triple.getArch()) {
 +    default:


Home | Main Index | Thread Index | Old Index