Re: [Mesa-dev] [PATCH] Handle removal of LLVMAddTargetData in SVN revision 260919

2016-02-16 Thread Roland Scheidegger
Am 16.02.2016 um 15:45 schrieb Matthew Dawson: > On Tuesday, February 16, 2016 4:19:49 PM EST Michel Dänzer wrote: >> On 16.02.2016 15:25, Matthew Dawson wrote: >>> LLVM removed LLVMAddTargetData for the 3.9 release in r260919. For the >>> two >>> places in mesa where this is called, only enable t

Re: [Mesa-dev] [PATCH] Handle removal of LLVMAddTargetData in SVN revision 260919

2016-02-16 Thread Matthew Dawson
On Tuesday, February 16, 2016 4:19:49 PM EST Michel Dänzer wrote: > On 16.02.2016 15:25, Matthew Dawson wrote: > > LLVM removed LLVMAddTargetData for the 3.9 release in r260919. For the > > two > > places in mesa where this is called, only enable the lines when compiling > > for less then 3.9. > >

Re: [Mesa-dev] [PATCH] Handle removal of LLVMAddTargetData in SVN revision 260919

2016-02-15 Thread Michel Dänzer
On 16.02.2016 15:25, Matthew Dawson wrote: > LLVM removed LLVMAddTargetData for the 3.9 release in r260919. For the two > places in mesa where this is called, only enable the lines when compiling > for less then 3.9. > > For the radeon driver, I'm not sure how to check if any other LLVM calls nee

[Mesa-dev] [PATCH] Handle removal of LLVMAddTargetData in SVN revision 260919

2016-02-15 Thread Matthew Dawson
LLVM removed LLVMAddTargetData for the 3.9 release in r260919. For the two places in mesa where this is called, only enable the lines when compiling for less then 3.9. For the radeon driver, I'm not sure how to check if any other LLVM calls need to be adjusted. I think since the target data used