Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: support for using LLVM from client projects with find_package. | Oscar Fuentes | 2011-04-10 | 1 | -40/+0 |
| | | | | | | Patch by arrowdodger! llvm-svn: 129247 | ||||
* | Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming | Oscar Fuentes | 2011-04-05 | 1 | -2/+2 |
| | | | | | | scheme is used by the functionality related to find_package. llvm-svn: 128889 | ||||
* | Fix typos on LLVM.cmake. Export LLVM_ON_UNIX & LLVM_ON_WIN32. | Oscar Fuentes | 2011-04-03 | 1 | -3/+3 |
| | | | | | | Patch by arrowdodger! llvm-svn: 128789 | ||||
* | Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running tests | Oscar Fuentes | 2011-02-23 | 1 | -0/+2 |
| | | | | | | | | on Clang when it builds using LLVM as an external library. Fixes PR9293. llvm-svn: 126309 | ||||
* | CMake: remove unnecessary variable. | Oscar Fuentes | 2011-02-22 | 1 | -2/+0 |
| | | | | llvm-svn: 126224 | ||||
* | CMake: Fix breakage on clang standalone build. | NAKAMURA Takumi | 2011-02-21 | 1 | -1/+1 |
| | | | | llvm-svn: 126106 | ||||
* | Changes for building Clang and others using LLVM as an external | Oscar Fuentes | 2011-02-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | library. Installs tblgen (required by Clang). Translates handling of user settings and platform-dependant options to its own file, where it can included by another project. Installs the .cmake files required by projects like Clang. llvm-svn: 124816 | ||||
* | Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig. | Oscar Fuentes | 2010-09-29 | 1 | -0/+2 |
| | | | | llvm-svn: 115039 | ||||
* | CMake: corrections on LLVM.cmake external services. | Oscar Fuentes | 2010-08-11 | 1 | -2/+12 |
| | | | | llvm-svn: 110763 | ||||
* | CMake: llvm_map_components_to_libraries now returns system libs too. | Oscar Fuentes | 2010-08-09 | 1 | -1/+1 |
| | | | | llvm-svn: 110563 | ||||
* | CMake: system for providing llvm-config-like features to the user. | Oscar Fuentes | 2010-08-09 | 1 | -0/+19 |
The user can use a cmake function for obtaining the LLVM libraries corresponding to a list of LLVM components. llvm-svn: 110560 |