[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows...
authorTimur Iskhodzhanov <timurrrr@google.com>
Wed, 28 May 2014 08:38:13 +0000 (08:38 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Wed, 28 May 2014 08:38:13 +0000 (08:38 +0000)
commit82ee0433da3c2d2f2eb9f46f80c463f71bb75c29
tree09cb88ce3c916cfa04014cb155d463661c011944
parentd74bdccafe537a743f3d17aa85a1db970b848aee
[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.

Reviewed at http://reviews.llvm.org/D3893

llvm-svn: 209719
63 files changed:
compiler-rt/CMakeLists.txt
compiler-rt/cmake/Modules/AddCompilerRT.cmake
compiler-rt/cmake/Modules/CompilerRTCompile.cmake
compiler-rt/lib/asan/tests/CMakeLists.txt
compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc
compiler-rt/test/asan/TestCases/Windows/allocators_sanity.cc
compiler-rt/test/asan/TestCases/Windows/beginthreadex.cc
compiler-rt/test/asan/TestCases/Windows/bitfield.cc
compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cc
compiler-rt/test/asan/TestCases/Windows/calloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/calloc_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/calloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc
compiler-rt/test/asan/TestCases/Windows/dll_aligned_mallocs.cc
compiler-rt/test/asan/TestCases/Windows/dll_allocators_sanity.cc
compiler-rt/test/asan/TestCases/Windows/dll_host.cc
compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy.cc
compiler-rt/test/asan/TestCases/Windows/dll_intercept_strlen.cc
compiler-rt/test/asan/TestCases/Windows/dll_malloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_malloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/dll_noreturn.cc
compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_poison_unpoison.cc
compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/double_free.cc
compiler-rt/test/asan/TestCases/Windows/double_operator_delete.cc
compiler-rt/test/asan/TestCases/Windows/global_const_string.cc
compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cc
compiler-rt/test/asan/TestCases/Windows/hello_world.cc
compiler-rt/test/asan/TestCases/Windows/intercept_memcpy.cc
compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc
compiler-rt/test/asan/TestCases/Windows/intercept_strlen.cc
compiler-rt/test/asan/TestCases/Windows/malloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/malloc_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/malloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cc
compiler-rt/test/asan/TestCases/Windows/realloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/realloc_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/realloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/stack_array_sanity.cc
compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/thread_simple.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_reuse.cc
compiler-rt/test/asan/TestCases/Windows/thread_stress.cc
compiler-rt/test/asan/TestCases/Windows/use_after_realloc.cc
compiler-rt/test/asan/TestCases/Windows/windows_h.cc
compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_heap.cc
compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_stack.cc
compiler-rt/test/asan/lit.cfg