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

Sean Silva via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 23 02:42:14 PDT 2016


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/057e5706/attachment.html>


More information about the llvm-dev mailing list