teak-llvm/libcxx/cmake/Modules
Eric Fiselier 11edd935c8 Attempt to unbreak Windows configuration.
Although libc++ doesn't yet support Windows we still have Windows
builders to track our progress.

Currently the clang-cl configuration seems broken because it doesn't
support -std=c++11 and instead requires /std:c++11. This patch attempts
to fix this.

llvm-svn: 343431
2018-10-01 01:00:11 +00:00
..
CheckLibcxxAtomic.cmake [libcxx][cmake] Remove libatomic temporarily from CMAKE_REQUIRED_LIBRARIES when configuring 2018-04-04 11:05:03 +00:00
CodeCoverage.cmake Change test coverage generation to use llvm-cov instead of gcov. 2017-03-11 03:24:18 +00:00
HandleCompilerRT.cmake [CMake] Convert paths to the right form in standalone builds on Windows 2018-06-20 21:03:34 +00:00
HandleLibCXXABI.cmake [CMake] Don't install c++abi headers in standalone libc++ build 2018-07-25 22:57:39 +00:00
HandleLibcxxFlags.cmake Attempt to unbreak Windows configuration. 2018-10-01 01:00:11 +00:00
HandleOutOfTreeLLVM.cmake [CMake] Convert paths to the right form in standalone builds on Windows 2018-06-20 21:03:34 +00:00
MacroEnsureOutOfSourceBuild.cmake