llvm-6502/cmake/modules
NAKAMURA Takumi 2b37946051 Fix CRT selection logic when using CMake NMake generator.
CMAKE_CONFIGURATION_TYPES is only set on Visual Studio generators.  For NMake CMAKE_BUILD_TYPE is used instead.

Patch by EJose Fonseca!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143898 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-06 23:37:22 +00:00
..
AddLLVM.cmake Remove yet another buried and hidden implicit dependency: every single 2011-07-30 08:47:05 +00:00
AddLLVMDefinitions.cmake
CheckAtomic.cmake Rename LLVM_MULTITHREADED define and fix build without threads. 2011-09-19 20:43:23 +00:00
ChooseMSVCCRT.cmake Fix CRT selection logic when using CMake NMake generator. 2011-11-06 23:37:22 +00:00
CMakeLists.txt Complete the removal of FindBison from CMake. Noticed this when browsing 2011-09-04 23:29:12 +00:00
GetTargetTriple.cmake
HandleLLVMOptions.cmake build/cmake: Move all the user controllable options into top-level CMakeLists 2011-11-04 19:04:35 +00:00
LLVM-Config.cmake Make my attempt to build up global deps variables actually utilize 2011-07-29 23:52:01 +00:00
LLVMConfig.cmake.in Make my attempt to build up global deps variables actually utilize 2011-07-29 23:52:01 +00:00
LLVMConfigVersion.cmake.in CMake: support for using LLVM from client projects with find_package. 2011-04-10 16:17:49 +00:00
LLVMParseArguments.cmake
LLVMProcessSources.cmake Handle gcc-compatible compilers (such as clang) the same way we handle 2011-05-11 13:53:08 +00:00
TableGen.cmake Fix a typo noticed by Peter Collingbourne. No one depends on this 2011-11-02 16:55:57 +00:00
VersionFromVCS.cmake