[PATCH] D47540: [lld] Enable Visual Studio compatible output
Chris Jackson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 22 01:48:45 PDT 2018
chrisjackson added inline comments.
================
Comment at: Common/ErrorHandler.cpp:83
+ // change the output from the default:
+ // - line/column information must be paranthesised.
+ // - Origin provides the source file and line information. While Origin can be
----------------
inglorion wrote:
> s/paranthesised/parenthesized/
Noted. I'll correct this in a revision some time today. Thanks.
https://reviews.llvm.org/D47540
More information about the llvm-commits
mailing list