Re: [Mesa-dev] [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds

2014-02-25 Thread Eric Christopher
Yep. Pretty sure. -eric On Tue, Feb 25, 2014 at 2:30 PM, Matt Arsenault wrote: > On 02/25/2014 02:01 PM, Eric Christopher wrote: >> >> Also it probably shouldn't reference an external bug reporter. >> >> -eric > > > There's a build configure

Re: [Mesa-dev] [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds

2014-02-25 Thread Eric Christopher
Also it probably shouldn't reference an external bug reporter. -eric On Tue, Feb 25, 2014 at 1:54 PM, Tom Stellard wrote: > On Tue, Feb 25, 2014 at 01:47:17PM -0800, Matt Arsenault wrote: >> On 02/25/2014 01:42 PM, Tom Stellard wrote: >> > +errs() << "Please file a bug a bugs.freedesktop.org

Re: [Mesa-dev] [PATCH] R600: Use SHT_PROGBITS for the .AMDGPU.config section

2013-04-23 Thread Eric Christopher
Seems reasonable. -eric On Tue, Apr 23, 2013 at 4:50 PM, Tom Stellard wrote: > From: Tom Stellard > > The libelf implementation that is distributed here: > http://www.mr511.de/software/english.html > will not parse sections that are marked SHT_NULL. > --- > lib/Target/R600/AMDGPUAsmPrinter.cpp