[PATCH] D21643: Default to using the Unicode version of Win32 APIs

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 23 08:28:18 PDT 2016


rnk added a comment.

In http://reviews.llvm.org/D21643#465584, @aaron.ballman wrote:

> I have never successfully built compiler-rt with MSVC. Every time I've tried (the last time was 6+ months ago, so I will try again), the MSVC solution generated by CMake refuses to compile. From what I understand, it basically only works with ninja, which I do not have installed. :-(


Etienne and Wei started working on ASan, and they got the ASan build working in MSBuild a few months ago, so I'd give it another shot. Let me know if you can't build it, and I can take a moment to patch in this change.


http://reviews.llvm.org/D21643





More information about the cfe-commits mailing list