[PATCH] D65095: ld.lld: Demangle symbols from archives in diagnostics
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 08:28:38 PDT 2019
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: lld/ELF/Symbols.h:36
std::string toString(const elf::Symbol &);
-std::string toString(const elf::InputFile *);
----------------
This overload is also declared in InputFiles.h, and since its implementation is in InputFiles.cpp I removed this redundant declaration.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65095/new/
https://reviews.llvm.org/D65095
More information about the llvm-commits
mailing list