[PATCH] D19881: clang-cl: Print a blank line at the start of /showIncludes (PR27226)

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 11:41:39 PDT 2016


hans added a comment.

In http://reviews.llvm.org/D19881#420244, @thakis wrote:

> I agree with Brad that it'd be nice if we didn't have to add this :-)
>
> What's the workaround for current cmake releases?


Passing -DCMAKE_CL_SHOWINCLUDES_PREFIX="Note: including file: " is the work-around I used.

I just figured that if this is easy to fix, it would be nice for clang-cl users who don't have a bleeding-edge CMake version.


http://reviews.llvm.org/D19881





More information about the cfe-commits mailing list