[all-commits] [llvm/llvm-project] b0b1f4: [LLD][ELF] Follow the common pattern in a message ...
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Wed Apr 1 21:40:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b0b1f451ae693703acf7fb73ba5a772aaa070d67
https://github.com/llvm/llvm-project/commit/b0b1f451ae693703acf7fb73ba5a772aaa070d67
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/undef.s
Log Message:
-----------
[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
More information about the All-commits
mailing list