[llvm-bugs] [Bug 28226] New: Support --trace-symbol options (alias -y)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 21 01:49:11 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28226
Bug ID: 28226
Summary: Support --trace-symbol options (alias -y)
Product: lld
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: shridhar.j8 at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
--trace-symbol (alias -y) option provides names of all the 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 and visibility.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160621/e98ccda8/attachment.html>
More information about the llvm-bugs
mailing list