[PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Reid Kleckner
rnk at google.com
Fri Mar 13 11:29:28 PDT 2015
I think clang_compile only needs to pass down some of CMAKE_C_FLAGS in MSVC mode. For example, /D, /U, and /O2 are all translated correctly here. Other than those flags, I don't think it needs to do anything. Let me try to write a patch for that.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8188
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list