From 6f6930aa479ecde0957789f92793ea58cfacdd7dba9120ba3082c7df250a43e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 2 Mar 2015 10:30:12 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=403 --- llvm-fix-intrusiverefcntptr.patch | 14 -------------- llvm.changes | 1 + llvm.spec | 2 -- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 llvm-fix-intrusiverefcntptr.patch diff --git a/llvm-fix-intrusiverefcntptr.patch b/llvm-fix-intrusiverefcntptr.patch deleted file mode 100644 index 79a9bda..0000000 --- a/llvm-fix-intrusiverefcntptr.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: include/llvm/ADT/IntrusiveRefCntPtr.h -=================================================================== ---- include/llvm/ADT/IntrusiveRefCntPtr.h.orig 2014-07-06 00:20:59.000000000 +0200 -+++ include/llvm/ADT/IntrusiveRefCntPtr.h 2015-02-20 14:05:08.687151938 +0100 -@@ -197,6 +197,9 @@ public: - private: - void retain() { if (Obj) IntrusiveRefCntPtrInfo::retain(Obj); } - void release() { if (Obj) IntrusiveRefCntPtrInfo::release(Obj); } -+ -+ template -+ friend class IntrusiveRefCntPtr; - }; - - template diff --git a/llvm.changes b/llvm.changes index 73b53c6..d5901a0 100644 --- a/llvm.changes +++ b/llvm.changes @@ -7,6 +7,7 @@ Mon Mar 2 10:12:32 UTC 2015 - idonmez@suse.com * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch + * llvm-fix-intrusiverefcntptr.patch ------------------------------------------------------------------- Fri Feb 20 13:40:11 UTC 2015 - rguenther@suse.com diff --git a/llvm.spec b/llvm.spec index 7a01e7f..161483f 100644 --- a/llvm.spec +++ b/llvm.spec @@ -62,7 +62,6 @@ Patch8: aarch64-suse-support.patch Patch10: clang-resourcedirs.patch Patch11: libcxxabi-exceptions.patch Patch13: llvm-remove-clang-only-flags.patch -Patch14: llvm-fix-intrusiverefcntptr.patch Patch15: llvm-fix-find-gcc5-install.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: binutils-devel >= 2.21.90 @@ -165,7 +164,6 @@ This package contains the Python bindings to clang (C language) frontend for LLV %patch10 %patch11 %patch13 -p1 -%patch14 %patch15 # Move into right place