[PATCH] D15784: Enable 2 warnings on MSVC, turn on StringPooling & intrinsic functions

Alexander Riccio via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 15:17:38 PST 2016


ariccio added a comment.

> [...] it was causing a build bot failure for MSVC (2013 I think):


...Clang still builds with Visual Studio 2013? There's a bug right there!

MSVC 2013's debug-mode headers are not const-correct, which is why the build was failing. Must I add a check for MSVC in the Makefile? I'm not exactly sure how to do that.


http://reviews.llvm.org/D15784





More information about the llvm-commits mailing list