-
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=403
This commit is contained in:
parent
1f5f2c8cfe
commit
6f6930aa47
@ -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>
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user