[cfe-dev] VS2017: LLVM Compiler Toolchain Plugin

degski via cfe-dev cfe-dev at lists.llvm.org
Fri Sep 28 22:17:10 PDT 2018


On Fri, 28 Sep 2018 at 18:06, Zachary Turner <zturner at google.com> wrote:

> Nice!  Thanks for your early feedback too.  The one remaining thing which
> I’d like to add is the ability to print the input file name to stdout.
> Currently when you build a large project you see no output and it looks
> like the build is hung, potentially for several minutes.  It would be nice
> to match what msvc does and generate build output
>

Ironically, I use that "feature" to distinguish a Clang build from a MSVC
build (by looking at the output). Iff your going out of your way to
generate the same output as MSVC, it might be interesting to see whether
it's possible to output f.e. "clang version 8.0.0 (trunk)", as the first
line of the output (maybe a clang-cl command line option, a la "-v", might
be easier and would make that optional).

Have a nice day,

degski

-- 
*“If something cannot go on forever, it will stop" - Herbert Stein*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180929/8d84c8d5/attachment.html>


More information about the cfe-dev mailing list