llvm-6502/cmake/modules
Zachary Turner 814efef67f [CMake] Fix the clang-cl self host build.
This allows clang-cl to self-host cleanly with no magic setup
steps required.

After this patch, all you have to do is set CC=CXX=clang-cl and
run cmake -G Ninja.

These changes only exist to support C++ features which are
unsupported in clang-cl, so regardless of whether the user
specifies they want to use them, we still have to disable them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230539 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-25 20:42:19 +00:00
..
AddLLVM.cmake [CMake] Fix the clang-cl self host build. 2015-02-25 20:42:19 +00:00
AddLLVMDefinitions.cmake
AddOCaml.cmake
AddSphinxTarget.cmake
CheckAtomic.cmake build: check if atomic routines are implicitly provided 2015-02-25 02:38:03 +00:00
ChooseMSVCCRT.cmake
CMakeLists.txt
CrossCompile.cmake
FindOCaml.cmake
FindSphinx.cmake
GetHostTriple.cmake
GetSVN.cmake
HandleLLVMOptions.cmake [CMake] Fix the clang-cl self host build. 2015-02-25 20:42:19 +00:00
HandleLLVMStdlib.cmake
LLVM-Config.cmake Revert "Raising minimum required CMake version to 2.8.12.2." 2015-02-24 16:39:46 +00:00
LLVMConfig.cmake.in
LLVMConfigVersion.cmake.in
LLVMParseArguments.cmake
LLVMProcessSources.cmake Teach llvm_add_library() to find include dirs. 2015-02-10 05:04:37 +00:00
Makefile
TableGen.cmake
VersionFromVCS.cmake