[llvm-commits] [llvm] r72773 - /llvm/trunk/docs/GoldPlugin.html
Török Edwin
edwintorok at gmail.com
Thu Jun 4 09:09:59 PDT 2009
On 2009-06-04 12:36, Rafael Espindola wrote:
>> plugin.c does this:
>> if (ent->d_type != DT_REG && ent->d_type != DT_LNK)
>> continue;
>>
>> I am using reiserfs for my /home, and IIRC it doesn't implement the
>> d_type field and return DT_UNKNOWN for all files.
>> If you get DT_UNKNOWN you should lstat(), and check the result.
>>
>
> Can you please try the attached patch?
>
>
Thanks, it works now without --plugin too. Will this patch be committed
to binutils CVS?
I've updated the docs, you can now simply set just CC, CXX, CFLAGS and
RANLIB
and it'll just work ;)
Best regards,
--Edwin
More information about the llvm-commits
mailing list