[PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
Yaron Keren via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 1 07:58:54 PDT 2015
yaron.keren added a subscriber: yaron.keren.
yaron.keren added a comment.
clang can't generate Visual C++ debug info except line numbers yet, so building with VC is essential to development on Windows. While most people and our bots are still using VC 2013 going forward supporting VC 2015 (even with bugs) is worth a small patch.
http://reviews.llvm.org/D13203
More information about the cfe-commits
mailing list