[Mesa-dev] cflags mess with llvm builds

Dan Nicholson dbn.lists at gmail.com
Sun Sep 26 13:42:13 PDT 2010


On Sat, Sep 25, 2010 at 12:24 PM, Xavier Chantry
<chantry.xavier at gmail.com> wrote:
> On Fri, Sep 24, 2010 at 11:36 PM, Xavier Chantry
> <chantry.xavier at gmail.com> wrote:
>> On Fri, Sep 24, 2010 at 3:15 PM, Luca Barbieri <luca at luca-barbieri.com> wrote:
>>> Yes, that used to happen for me too.
>>>
>>> Just edit llvm-config to remove the offending text and ideally file a
>>> bug on the LLVM bug tracker.
>>>
>>
>> looks like nobled did this for me : http://llvm.org/bugs/show_bug.cgi?id=8220
>> thanks :)
>>
>
> The first answer is very negative and reports the bug as invalid.
> http://llvm.org/bugs/show_bug.cgi?id=8220#c1
>
> The only suggestion is that custom flags could be appended.
> Another problem is indeed that mesa puts these llvm flags at the end,
> and the custom user CFLAGS first.

Normally you do that because if the user has custom include paths, you
want them to be at the beginning of the command line.

It'd be nice if the llvm people could just use pkg-config instead of
rolling their own config tool. I thought people had stopped doing that
by now.

--
Dan


More information about the mesa-dev mailing list