summaryrefslogtreecommitdiff
path: root/cmake/modules/LLVMConfig.cmake.in
Commit message (Expand)AuthorAge
* Add support for a patch version to the cmake system.Eric Christopher2014-04-16
* Simplify linking to system librariesNAKAMURA Takumi2014-02-23
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-21
* Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2014-02-09
* Provide LLVMConfig in both build and install treeNAKAMURA Takumi2014-02-09
* Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATHNAKAMURA Takumi2014-02-09
* [CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake, since it always poin...NAKAMURA Takumi2013-12-18
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Add three missing CMake variables that need to make it to theChandler Carruth2013-08-08
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not acce...NAKAMURA Takumi2012-07-07
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-13
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-29
* Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,Oscar Fuentes2011-04-13
* CMake: remove some unnecesary code and ToDos.Oscar Fuentes2011-04-11
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-10
* 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