summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVMConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Add basic zlib support to LLVM. This would allow to use ↵Alexey Samsonov2013-04-231-0/+3
| | | | | | compression/uncompression in selected LLVM tools. llvm-svn: 180083
* LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not ↵NAKAMURA Takumi2012-07-071-1/+1
| | | | | | | | accept whitespace paths. Thanks to Kai. llvm-svn: 159887
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-131-0/+2
| | | | | | | | | | | | This is useful for clients that want to maintain compatibility across multiple releases of LLVM. Currently users like Klee and Mesa all have to roll their own 'parse llvm-config --version output and generate defines' solution. Also reuse the new macros so that version information is less redundant/likely to fall out of sync again in the future. llvm-svn: 150405
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-291-0/+2
| | | | | | | | globally scoped constructs. Also, round-trip these dependencies through the LLVMConfig.cmake.in file thata is used by CMake-based clients of "installed" (or built) LLVM trees. llvm-svn: 136543
* Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,Oscar Fuentes2011-04-131-0/+2
| | | | | | | | | component names such as "engine" do not expand to "jit" and hence to the native target libraries for external users. Thanks to arrowdodger for reporting and diagnosing the problem. llvm-svn: 129444
* CMake: remove some unnecesary code and ToDos.Oscar Fuentes2011-04-111-1/+1
| | | | | | Patch by arrowdodger! llvm-svn: 129274
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-101-0/+45
| | | | | | Patch by arrowdodger! llvm-svn: 129247
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-11/+0
| | | | | | | | | | This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+11
llvm-svn: 113632
OpenPOWER on IntegriCloud