summaryrefslogtreecommitdiff
path: root/cmake/modules/LLVMConfig.cmake
Commit message (Expand)AuthorAge
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-05
* Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes2011-03-29
* Supports building with a list of targets that does not containOscar Fuentes2011-03-23
* is_llvm_target_library: recognize libraries without the LLVM prefix.Oscar Fuentes2011-03-15
* Whe we build a shared library, add its list of used libraries to theOscar Fuentes2011-03-12
* Process some link components that map to other expandable componentsOscar Fuentes2011-03-09
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Simplified LLVMConfig.Oscar Fuentes2010-09-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Updated the GenLibDeps -> LLVMLibDeps.cmake transformation example.Oscar Fuentes2010-08-15
* CMake: corrections on LLVM.cmake external services.Oscar Fuentes2010-08-11
* CMake: llvm_map_components_to_libraries now returns system libs too.Oscar Fuentes2010-08-09
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-09
* Improve discrimination of unknown libraries from ignored targets onOscar Fuentes2010-08-02
* explicit_map_components_to_libraries now does not complain when thereOscar Fuentes2010-08-02
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.Oscar Fuentes2009-11-19
* Fix cmake build on non-x86 targets. Patch byDuncan Sands2009-08-19
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-17
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-14
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-12
* CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes2009-08-12
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Regerate CMake library dependencies.Daniel Dunbar2009-07-16
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-16
* Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar2009-07-15
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-15
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-27
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-16
* CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes2009-01-22
* CMake: MSVC: Pass list of components the right way to msvc_llvm_configOscar Fuentes2008-11-16
* CMake: Forces linking of the rest of architecture targets and itsOscar Fuentes2008-11-15
* CMake: Updated library dependency info used for MSVC++.Oscar Fuentes2008-11-11
* CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes2008-10-31
* CMake: Establish dependencies among executables and libraries, usingOscar Fuentes2008-10-31
* CMake: Removed unnecessary messages from msvc_llvm_config macro.Oscar Fuentes2008-09-24
* Initial support for the CMake build system.Oscar Fuentes2008-09-22