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

shridHar joshi via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 21 02:42:56 PDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160621/c87e1f5a/attachment.html>


More information about the llvm-dev mailing list