[PATCH] D65855: Simplify error message output. NFC.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 03:06:19 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/Common/ErrorHandler.cpp:34
+// if the last messages is multi-line. Otherwise "".
+StringRef sep;
+
----------------
`static StringRef sep;`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65855/new/
https://reviews.llvm.org/D65855
More information about the llvm-commits
mailing list