Files
llvm/utils
Reid Kleckner a8ea812648 [benchmark] Fix flags used to compile benchmark library with clang-cl
`MSVC` is true for clang-cl, but `"${CMAKE_CXX_COMPILER_ID}" STREQUAL
"MSVC"` is false, so we would enable -Wall, which means -Weverything
with clang-cl, and we get tons of undesired warnings.

Use the simpler condition to fix things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341717 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-07 21:47:25 +00:00
..
2016-01-26 21:29:08 +00:00
2016-01-26 21:29:08 +00:00
2009-02-20 23:44:54 +00:00
2016-01-26 21:29:08 +00:00
2018-03-22 16:39:54 +00:00
2018-03-17 17:30:08 +00:00
2014-10-16 20:00:02 +00:00
2016-05-05 14:35:40 +00:00
2010-08-04 16:11:24 +00:00
2012-01-26 22:06:23 +00:00
2014-01-24 17:20:08 +00:00