[PATCH] D76999: [ELF] Print versioned name for better "undefined symbol" diagnostics

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 22:00:15 PDT 2020


ruiu added inline comments.


================
Comment at: lld/ELF/Symbols.h:24
 namespace lld {
+// Print the versioned name, optionally demangled. This function is used by
+// diagnostics for better context.
----------------
I don't think you need to put emphasis on "versioned". You can just say that this function returns a string representation for a symbol used for error reporting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76999





More information about the llvm-commits mailing list