[PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.

Timur Iskhodzhanov timurrrr at google.com
Wed May 28 02:06:24 PDT 2014


2014-05-28 12:49 GMT+04:00 Timur Iskhodzhanov <timurrrr at google.com>:
> I should probably move the stuff we conditionally append to SANITIZER_TEST_CFLAGS_COMMON to COMPILER_RT_GTEST_CFLAGS instead.  Will do that in a separate commit.

On the second thought, the _GTEST_ part of the macro name doesn't fit.
Any objections if I define COMPILER_RT_TEST_CFLAGS in
cmake/Modules/AddCompilerRT.cmake ?
It should probably include other common stuff like -O2 and
-g[line-tables-only] ?



More information about the llvm-commits mailing list