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: unassignedb...@nondot.org
          Reporter: shridhar...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to