[PATCH] D23455: [Tooling] Parse compilation database command lines properly on Windows

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 10:57:16 PDT 2016


zturner added a comment.

I mentioned offline that we could detect CRLF or LF and heuristically decide whether it's a windows compilation database.  That seems like a horrible hack, so failing that, yes having CMake do it for us would be better.


https://reviews.llvm.org/D23455





More information about the cfe-commits mailing list