llvm-project/compiler-rt/cmake/Modules
Reid Kleckner a1410321f6 Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compile
Passing MSVC-style cflags to the gcc-style clang driver will almost
always end badly. Just translate a couple of simple flags used by the
base CMake cflags like /D, /U, and /O.

llvm-svn: 232219
2015-03-13 21:39:29 +00:00
..
AddCompilerRT.cmake [ASan/Win] Fix PR20944 -- run ASan gtests as part of check-asan on Windows 2015-01-22 14:54:22 +00:00
CompilerRTCompile.cmake Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compile 2015-03-13 21:39:29 +00:00
CompilerRTLink.cmake [CMake] Use host compiler to build unittests in standalone mode 2014-02-19 13:01:03 +00:00
CompilerRTUtils.cmake Cmake variables are global, which is why we would get crud like /machine:X86 in the list of compiler options for MSVC. Clear out the variable before attempting to enumerate arguments and set them. 2014-10-23 22:13:52 +00:00
SanitizerUtils.cmake fixed check_lint.sh in standalone build 2014-03-21 00:45:21 +00:00