[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
Mon May 26 09:00:34 PDT 2014
PTAL
================
Comment at: cmake/Modules/CompilerRTCompile.cmake:24
@@ +23,3 @@
+ if(MSVC)
+ string(REPLACE ";/" ";-" global_flags "${global_flags}")
+ endif()
----------------
Alexey Samsonov wrote:
> what if the first element of global_flags starts with / ?
Good catch, fixed.
http://reviews.llvm.org/D3893
More information about the llvm-commits
mailing list