Re: [Mesa-dev] [PATCH 1/6] radeon/llvm: remove uneeded inclusion

2013-04-01 Thread Tom Stellard
On Fri, Mar 29, 2013 at 12:32:19PM +, Mike Lothian wrote: > Sorry that patch doesn't fix the build > > diff -Naur a/src/gallium/state_trackers/clover/llvm/invocation.cpp > b/src/gallium/state_trackers/clover/llvm/invocation.cpp > --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp

Re: [Mesa-dev] [PATCH 1/6] radeon/llvm: remove uneeded inclusion

2013-03-29 Thread Mike Lothian
Sorry that patch doesn't fix the build diff -Naur a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp 2013-03-29 12:14:25.514504748 + +++ b/src/gallium/state_trackers/clo

Re: [Mesa-dev] [PATCH 1/6] radeon/llvm: remove uneeded inclusion

2013-03-29 Thread Mike Lothian
Hi This include is also in src/gallium/state_trackers/clover/llvm/invocation.cpp diff -Naur a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp 2013-03-29 11:15:52.851581526 +0

Re: [Mesa-dev] [PATCH 1/6] radeon/llvm: remove uneeded inclusion

2013-03-26 Thread Christian König
Am 26.03.2013 12:53, schrieb Michel Dänzer: On Die, 2013-03-26 at 11:56 +0100, Christian König wrote: From: Christian König The include isn't needed and the file has moved with LLVM master. Signed-off-by: Christian König Reviewed-by: Michel Dänzer The rest of the series seems unchanged, s

Re: [Mesa-dev] [PATCH 1/6] radeon/llvm: remove uneeded inclusion

2013-03-26 Thread Michel Dänzer
On Die, 2013-03-26 at 11:56 +0100, Christian König wrote: > From: Christian König > > The include isn't needed and the file has moved with LLVM master. > > Signed-off-by: Christian König Reviewed-by: Michel Dänzer The rest of the series seems unchanged, so my review of it stands. -- Eart

[Mesa-dev] [PATCH 1/6] radeon/llvm: remove uneeded inclusion

2013-03-26 Thread Christian König
From: Christian König The include isn't needed and the file has moved with LLVM master. Signed-off-by: Christian König --- src/gallium/drivers/radeon/radeon_llvm_emit.cpp |1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeon/radeon_llvm_emit.cpp b/src/gallium/driver