[PATCH] D61929: [lld] Trace all references with lld --trace-symbol

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 22:58:32 PDT 2019


ruiu added a comment.

Undefined symbols are indeed not currently displayed by --trace-symbol under the condition you mentioned, but that's also true for other types of symbols such as shared symbols.

A large refactoring is going on, and https://reviews.llvm.org/D61898, and once it's landed, I think we can fix the issue for all symbol types. Do you think you can wait until then?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61929/new/

https://reviews.llvm.org/D61929





More information about the llvm-commits mailing list