aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
AgeCommit message (Expand)Author
2009-08-14CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes
2009-08-12CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes
2009-06-23Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor
2009-06-23CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor
2009-06-23Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor
2009-06-23Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-04CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor
2009-05-27CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes
2009-05-23CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes
2009-05-06CMake: Use pthread library when requested and available.Oscar Fuentes
2008-11-30Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman
2008-11-15CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes
2008-11-14CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes
2008-11-11CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes
2008-10-26CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes
2008-10-22CMake: `make install' for libraries, executables and header files.Oscar Fuentes
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-22CMake build system: support for parallel builds.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes