summaryrefslogtreecommitdiffstats
path: root/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-121-2/+2
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-3/+3
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-271-10/+4
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-231-1/+3
* CMake: Use pthread library when requested and available.Oscar Fuentes2009-05-061-0/+3
* Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman2008-11-301-1/+1
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-4/+4
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-141-0/+3
* CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes2008-11-111-3/+0
* CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes2008-10-261-0/+5
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+7
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+14
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-0/+4
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+39