[Mesa-dev] [PATCH] radeonsi: don't print a warning for unhandled registers returned by LLVM

Michel Dänzer michel at daenzer.net
Wed Jan 13 19:00:35 PST 2016


On 13.01.2016 20:23, Marek Olšák wrote:
> On Wed, Jan 13, 2016 at 4:25 AM, Michel Dänzer <michel at daenzer.net> wrote:
>> On 13.01.2016 03:44, Marek Olšák wrote:
>>> From: Marek Olšák <marek.olsak at amd.com>
>>>
>>> We don't want apps to flood stderr. New LLVM + old Mesa is a perfectly
>>> valid combination (if it doesn't fail to build, of course).
>>
>> Actually it's not, in general.
> 
> Why not?

LLVM (at least outside of the C APIs it exposes) only guarantees
compatibility between minor releases of the same major release branch.
So, using Mesa with an SVN snapshot or major release of LLVM which is
newer than the Git snapshot or release of Mesa isn't guaranteed to work,
even if it happens to build.

I think this message should still be printed at least once, as an
indication that something might be wrong with the setup.


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the mesa-dev mailing list