about summary refs log tree commit diff homepage
path: root/scripts/build/patches/llvm35.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/patches/llvm35.patch')
-rw-r--r--scripts/build/patches/llvm35.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/build/patches/llvm35.patch b/scripts/build/patches/llvm35.patch
deleted file mode 100644
index 47744b91..00000000
--- a/scripts/build/patches/llvm35.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-*** include/llvm/ADT/IntrusiveRefCntPtr.h       2014-07-06 00:20:59.000000000 +0200
---- include/llvm/ADT/IntrusiveRefCntPtr_new.h   2016-06-21 10:04:15.610143165 +0200
-***************
-*** 154,159 ****
---- 154,162 ----
-      }
-
-      template <class X>
-+     friend class IntrusiveRefCntPtr;
-+
-+     template <class X>
-      IntrusiveRefCntPtr(IntrusiveRefCntPtr<X>&& S) : Obj(S.get()) {
-        S.Obj = 0;
-      }