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

Alexey Samsonov vonosmas at gmail.com
Tue May 27 12:17:31 PDT 2014


LGTM

================
Comment at: lib/sanitizer_common/tests/CMakeLists.txt:60
@@ -58,3 +59,3 @@
   list(APPEND SANITIZER_TEST_CFLAGS_COMMON
-       /fallback
+       -DGTEST_HAS_SEH=0
        -D_HAS_EXCEPTIONS=0)
----------------
GTEST_HAS_SEH=0 now comes from OMPILER_RT_GTEST_CFLAGS, doesn't it?

http://reviews.llvm.org/D3893






More information about the llvm-commits mailing list