[PATCH] D47540: [lld] Enable Visual Studio compatible output

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 15:44:41 PDT 2018


ruiu added a comment.

I do not have a concrete proposal at the moment, but before fixing the error reporting interface, I want to make sure that it is as simple and less intrusive as possible. For example, a simple additional text processing to convert Unix-style error message to MSVC style might work (which is a bit hacky but the least intrusive). There are other ideas, perhaps. I'd like to explore more possibilities before setting my mind.


https://reviews.llvm.org/D47540





More information about the llvm-commits mailing list