aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/LLVMConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-121-1/+0
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-121-8/+9
* CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes2009-08-121-81/+1
* Remove the IA-64 backend.Dan Gohman2009-07-241-3/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-1/+5
* Regerate CMake library dependencies.Daniel Dunbar2009-07-161-50/+48
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-161-28/+0
* Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar2009-07-151-1/+4
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-151-0/+15
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-231-44/+2
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-25/+29
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-271-0/+19
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-161-1/+1
* CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes2009-01-221-5/+12
* CMake: MSVC: Pass list of components the right way to msvc_llvm_configOscar Fuentes2008-11-161-12/+27
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-151-10/+27
* CMake: Updated library dependency info used for MSVC++.Oscar Fuentes2008-11-111-4/+8
* CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes2008-10-311-19/+14
* CMake: Establish dependencies among executables and libraries, usingOscar Fuentes2008-10-311-3/+123
* CMake: Removed unnecessary messages from msvc_llvm_config macro.Oscar Fuentes2008-09-241-2/+0
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+57