Re: [Mesa-dev] [PATCH v2] ac: fix build after LLVM 5.0 SVN r300718

2017-04-20 Thread Mike Lothian
Thanks for this Tested-and-reviewed-by: Mike Lothian On Thu, 20 Apr 2017 at 09:48 Nicolai Hähnle wrote: > On 20.04.2017 10:34, Christoph Haag wrote: > > v2: previously getWithDereferenceableBytes() exists, but addAttr() > doesn't take that type > > > >

Re: [Mesa-dev] [PATCH v2] ac: fix build after LLVM 5.0 SVN r300718

2017-04-20 Thread Nicolai Hähnle
On 20.04.2017 10:34, Christoph Haag wrote: v2: previously getWithDereferenceableBytes() exists, but addAttr() doesn't take that type Signed-off-by: Christoph Haag Reviewed-by: Nicolai Hähnle --- src/amd/common/ac_llvm_helper.cpp | 4

[Mesa-dev] [PATCH v2] ac: fix build after LLVM 5.0 SVN r300718

2017-04-20 Thread Christoph Haag
v2: previously getWithDereferenceableBytes() exists, but addAttr() doesn't take that type Signed-off-by: Christoph Haag --- src/amd/common/ac_llvm_helper.cpp | 4 1 file changed, 4 insertions(+) diff --git a/src/amd/common/ac_llvm_helper.cpp