aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/LLVMConfig.cmake
AgeCommit message (Expand)Author
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-11-19Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.Oscar Fuentes
2009-08-19Fix cmake build on non-x86 targets. Patch byDuncan Sands
2009-08-17CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes
2009-08-14CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes
2009-08-12CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes
2009-08-12CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-16Regerate CMake library dependencies.Daniel Dunbar
2009-07-16Kill off cmake magic to force linking.Daniel Dunbar
2009-07-15Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar
2009-07-15Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar
2009-06-23CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor
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-03-16CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor
2009-01-22CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes
2008-11-16CMake: MSVC: Pass list of components the right way to msvc_llvm_configOscar Fuentes
2008-11-15CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes
2008-11-11CMake: Updated library dependency info used for MSVC++.Oscar Fuentes
2008-10-31CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes
2008-10-31CMake: Establish dependencies among executables and libraries, usingOscar Fuentes
2008-09-24CMake: Removed unnecessary messages from msvc_llvm_config macro.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes