aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/HandleLLVMOptions.cmake
AgeCommit message (Expand)Author
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-06-16Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-04-19Disable warning C4181: "qualifier applied to reference type; ignored"Francois Pichet
2011-04-01Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes
2011-03-08Remove remnant of my experimentation with CMake.Oscar Fuentes
2011-03-02Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes
2011-02-21CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi
2011-02-10CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts to use GnuWin32 tools.NAKAMURA Takumi
2011-02-09CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...NAKAMURA Takumi
2011-02-06Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.Oscar Fuentes
2011-02-05Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes