Re: [Mesa-dev] [PATCH] clover: fix build with LLVM 3.4

2013-11-04 Thread Tom Stellard
On Fri, Nov 01, 2013 at 10:25:43AM -0500, Aaron Watry wrote: > dso_list was added as an argument for createInternalizePass in 3.4, and then > it was removed again in the same llvm version. I've pushed this patch, thanks! -Tom > --- > src/gallium/state_trackers/clover/llvm/invocation.cpp | 5 ---

Re: [Mesa-dev] [PATCH] clover: fix build with LLVM 3.4

2013-11-03 Thread Mike Lothian
This fixes the build for me Feel free to add my tested by On 1 November 2013 15:25, Aaron Watry wrote: > dso_list was added as an argument for createInternalizePass in 3.4, and > then > it was removed again in the same llvm version. > --- > src/gallium/state_trackers/clover/llvm/invocation.cp

[Mesa-dev] [PATCH] clover: fix build with LLVM 3.4

2013-11-01 Thread Aaron Watry
dso_list was added as an argument for createInternalizePass in 3.4, and then it was removed again in the same llvm version. --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 5 - 1 file changed, 5 deletions(-) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src

Re: [Mesa-dev] [PATCH] clover: Fix build with LLVM 3.4

2013-06-28 Thread Tom Stellard
On Fri, Jun 28, 2013 at 09:41:45AM -0500, Aaron Watry wrote: > PathV1.h has been removed. In theory this can go back before llvm 3.4, but I > haven't done the research to find out how far back. > > Signed-off-by: Aaron Watry I pushed a similar commit yesterday: http://cgit.freedesktop.org/mesa/m

Re: [Mesa-dev] [PATCH] clover: Fix build with LLVM 3.4

2013-06-28 Thread Aaron Watry
Disregard this patch... Looks like Tom already pushed a fix last night. --Aaron On Fri, Jun 28, 2013 at 9:41 AM, Aaron Watry wrote: > PathV1.h has been removed. In theory this can go back before llvm 3.4, but I > haven't done the research to find out how far back. > > Signed-off-by: Aaron Watry

[Mesa-dev] [PATCH] clover: Fix build with LLVM 3.4

2013-06-28 Thread Aaron Watry
PathV1.h has been removed. In theory this can go back before llvm 3.4, but I haven't done the research to find out how far back. Signed-off-by: Aaron Watry --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 12 1 file changed, 12 insertions(+) diff --git a/src/gallium/stat