[PATCH] D45467: COFF: Friendlier undefined symbol errors.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 17 15:32:03 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/COFF/SymbolTable.cpp:115
+ llvm::raw_string_ostream OS(Out);
+ for (auto Loc : Locations) {
+ OS << "\n>>> referenced by ";
----------------
auto -> Location
https://reviews.llvm.org/D45467
More information about the llvm-commits
mailing list