[LLD][ELF] Follow the common pattern in a message about an undefined vtable symbol.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 31 Mar 2020 10:36:23 +0000 (17:36 +0700)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Thu, 2 Apr 2020 04:39:03 +0000 (11:39 +0700)
commitb0b1f451ae693703acf7fb73ba5a772aaa070d67
treecdd5c7615d96891ca22fa1b763a9a48469ebf188
parentaf1b7d06d9e45c7e20540aa3bf81f1be5befaa0f
[LLD][ELF] Follow the common pattern in a message about an undefined vtable symbol.

In most cases, LLD prints its multiline diagnostic messages starting
additional lines with ">>> ". That greatly helps external tools to parse
the output, simplifying combining several lines of the log back into one
message. The patch fixes the only message I found that does not follow
the common pattern.

Differential Revision: https://reviews.llvm.org/D77132
lld/ELF/Relocations.cpp
lld/test/ELF/undef.s