[llvm-dev] [lld] support --trace-symbol option

Shridhar Joshi via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 23 04:02:56 PDT 2016


Thank you!!

-Shridhar Joshi

On Thu, Jun 23, 2016 at 3:12 PM, Sean Silva <chisophugis at gmail.com> wrote:

> Looks like this was submitted as r273536. Thanks so much!
>
> It is awesome seeing a new contributor to LLD!
>
> On Tue, Jun 21, 2016 at 2:42 AM, shridHar joshi via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> I have submitted patch for "--trace-symbol=symbol" (alias -y symbol)
>> option.
>>
>> This option provides names of all the link time modules which define and
>> reference symbols requested by user. This helps to speed up application
>> development by detecting references causing undefined symbols. It also
>> helps in detecting symbols being resolved to wrong (unintended) definitions
>> in case of applications containing multiple definitions for same symbols
>> with different types, bindings.
>>
>> Bugzilla - Bug - PR#28226
>>
>> Patch for review: http://reviews.llvm.org/D21550
>>
>> -
>>
>> Shridhar Joshi
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160623/d8006a1f/attachment.html>


More information about the llvm-dev mailing list