aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-231-1/+1
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+3
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-4/+4
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-041-1/+1
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-0/+3
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-1/+4
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-061-1/+1
* CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes2009-05-061-0/+3
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cédric Venet2009-02-141-0/+3
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-281-1/+1
* CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes2008-11-181-3/+0
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-0/+3
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-251-9/+21
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+558