Ismail Dönmez 2015-03-02 10:30:12 +00:00 committed by Git OBS Bridge
parent 1f5f2c8cfe
commit 6f6930aa47
3 changed files with 1 additions and 16 deletions

View File

@ -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<T>::retain(Obj); }
void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); }
+
+ template <typename X>
+ friend class IntrusiveRefCntPtr;
};
template<class T, class U>

View File

@ -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

View File

@ -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