[Mesa-dev] [PATCH 1/2] configure.ac: print LLVM_LDFLAGS

Marek Olšák maraeo at gmail.com
Tue Apr 14 05:32:27 PDT 2015


On Tue, Apr 14, 2015 at 2:19 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 13 April 2015 at 21:06, Marek Olšák <maraeo at gmail.com> wrote:
>> From: Marek Olšák <marek.olsak at amd.com>
>>
>> ---
>>  configure.ac | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 9e8c1d8..6ccf3b4 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -2543,6 +2543,7 @@ if test "x$MESA_LLVM" = x1; then
>>      echo "        LLVM_CFLAGS:     $LLVM_CFLAGS"
>>      echo "        LLVM_CXXFLAGS:   $LLVM_CXXFLAGS"
>>      echo "        LLVM_CPPFLAGS:   $LLVM_CPPFLAGS"
>> +    echo "        LLVM_LDFLAGS:    $LLVM_LDFLAGS"
> I'm puzzled - why do we need this ? Does commit message (ahem) does
> not mention either.

I'd like to know what the LLVM path is for the linker. Things can go
crazy when building 32-bit Mesa on 64-bit and this will help to catch
incorrect LLVM paths before compilation.

Marek


More information about the mesa-dev mailing list