This reformats multi-line error messages to look more alike when
printed and in source code. (It does _not_ modify lld's output, it
just changes how the code looks.)
I think this looks nicer. The drawback is that clang-format insists on putting
the "\n" on its own line. Maybe this not being clang-format-compliant is fine
and the increase in readability is worth it, or maybe the increase in
readability is too small to make up for the annoyance of clang-format not Just
Working. I kind of like how this looks right now, but I can also see the
drawback. Sending this out, and unless everyone thinks this is good, then let's
not land it :) (I'll wait for comments for a week or so.)
Also make an /lldmap warning not use the >>> style since it seems
inappropriate there. No other behavior change.
clang-format: please reformat the code