summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVM.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-101-40/+0
| | | | | | Patch by arrowdodger! llvm-svn: 129247
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-051-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 Fuentes2011-04-031-3/+3
| | | | | | Patch by arrowdodger! llvm-svn: 128789
* Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running testsOscar Fuentes2011-02-231-0/+2
| | | | | | | | on Clang when it builds using LLVM as an external library. Fixes PR9293. llvm-svn: 126309
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-221-2/+0
| | | | llvm-svn: 126224
* CMake: Fix breakage on clang standalone build.NAKAMURA Takumi2011-02-211-1/+1
| | | | llvm-svn: 126106
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-031-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 Fuentes2010-09-291-0/+2
| | | | llvm-svn: 115039
* CMake: corrections on LLVM.cmake external services.Oscar Fuentes2010-08-111-2/+12
| | | | llvm-svn: 110763
* CMake: llvm_map_components_to_libraries now returns system libs too.Oscar Fuentes2010-08-091-1/+1
| | | | llvm-svn: 110563
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-091-0/+19
The user can use a cmake function for obtaining the LLVM libraries corresponding to a list of LLVM components. llvm-svn: 110560
OpenPOWER on IntegriCloud