[Mesa-dev] [PATCH] radeon/llvm: Convert to Automake

Matt Turner mattst88 at gmail.com
Fri Sep 14 12:48:42 PDT 2012


On Fri, Sep 14, 2012 at 12:29 PM, Thierry Reding
<thierry.reding at avionic-design.de> wrote:
> On Thu, Aug 30, 2012 at 12:55:29PM -0400, tstellar at gmail.com wrote:
>> diff --git a/configure.ac b/configure.ac
>> index c984b9c..46b53fd 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1876,6 +1876,9 @@ if test "x$with_gallium_drivers" != x; then
>>              if test "x$enable_opencl" = xyes -a "x$with_llvm_shared_libs" = xno; then
>>                  LLVM_LIBS="${LLVM_LIBS} `$LLVM_CONFIG --libs bitreader asmparser`"
>>              fi
>> +            if grep '\<IntrinsicsR600.td\>' $(LLVM_INCLUDEDIR)/llvm/Intrinsics.td; then
>
> This should probably be ${LLVM_INCLUDEDIR} or just $LLVM_INCLUDEDIR. The
> shell will otherwise try to run the LLVM_INCLUDEDIR command.
>
> Thierry

Thanks. I've fixed that in my local branch.


More information about the mesa-dev mailing list