summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-opencl-mesa/llvm35.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-26 12:02:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-26 12:02:10 -0300
commitd204f48c1946c04a31585a19e9d07ced202ee534 (patch)
tree22ce90499bb1c3973b55bb596a7c10d47119dc4e /libre-multilib/lib32-opencl-mesa/llvm35.patch
parent030ce78436019692e731110aa8e5f11778c5fdb5 (diff)
lib32-opencl-mesa-10.2.8-1: updating version
Diffstat (limited to 'libre-multilib/lib32-opencl-mesa/llvm35.patch')
-rw-r--r--libre-multilib/lib32-opencl-mesa/llvm35.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre-multilib/lib32-opencl-mesa/llvm35.patch b/libre-multilib/lib32-opencl-mesa/llvm35.patch
deleted file mode 100644
index b8dc6fe26..000000000
--- a/libre-multilib/lib32-opencl-mesa/llvm35.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 564821c917f4a9d5a0de2ee77b90b0cd85e3d3a6 Mon Sep 17 00:00:00 2001
-From: Aaron Watry <awatry@gmail.com>
-Date: Fri, 20 Jun 2014 19:13:30 -0500
-Subject: gallivm: Fix build after LLVM commit 211259
-
-Signed-off-by: Aaron Watry <awatry@gmail.com>
-Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
-
-diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-index df26883..413a0c2 100644
---- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-+++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-@@ -51,7 +51,9 @@
- #include <llvm/MC/MCInstPrinter.h>
- #include <llvm/MC/MCRegisterInfo.h>
-
--#if HAVE_LLVM >= 0x0303
-+#if HAVE_LLVM >= 0x0305
-+#define OwningPtr std::unique_ptr
-+#elif HAVE_LLVM >= 0x0303
- #include <llvm/ADT/OwningPtr.h>
- #endif
-
---
-cgit v0.10.2
-