On Sat, Sep 25, 2010 at 12:24 PM, Xavier Chantry
<chantry.xav...@gmail.com> wrote:
> On Fri, Sep 24, 2010 at 11:36 PM, Xavier Chantry
> <chantry.xav...@gmail.com> wrote:
>> On Fri, Sep 24, 2010 at 3:15 PM, Luca Barbieri <l...@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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to