[PATCH] D13692: Silence warning for unrecognised "-std=c99" warning on MSVC
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 19:31:02 PDT 2015
compnerd added inline comments.
================
Comment at: lib/builtins/CMakeLists.txt:369
@@ +368,3 @@
+ set(_cflags "-std=c99")
+ endif ()
+
----------------
How about making this more similar to the other flags checks? We could then just do the append_if
http://reviews.llvm.org/D13692
More information about the llvm-commits
mailing list