This is an archive of the discontinued LLVM Phabricator instance.

[LLD][ELF] Follow the common pattern in a message about an undefined vtable symbol.
ClosedPublic

Authored by ikudrin on Mar 31 2020, 4:00 AM.

Details

Summary

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.

Diff Detail

Event Timeline

ikudrin created this revision.Mar 31 2020, 4:00 AM
grimar accepted this revision.Apr 1 2020, 1:49 AM

LGTM

This revision is now accepted and ready to land.Apr 1 2020, 1:49 AM
MaskRay accepted this revision.Apr 1 2020, 8:29 AM

LGTM.

This revision was automatically updated to reflect the committed changes.