summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVMConfig.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-0/+4
* [CMake] Fix standalone project builds broken in r294514Chris Bieneman2017-02-091-0/+1
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-021-0/+2
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-091-1/+2
* [CMake] Revive LLVM_*_DIRS variablesChris Bieneman2016-09-011-0/+7
* [CMake] Make LLVMConfig.cmake variable names match in-tree namesChris Bieneman2016-08-291-2/+1
* [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmakeJohn Brawn2016-07-011-0/+2
* [LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.Michael Gottesman2016-06-291-1/+1
* [LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...Michael Gottesman2016-06-291-0/+1
* [cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...Michael Gottesman2016-06-251-0/+2
* [CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmakeChris Bieneman2016-06-221-1/+1
* [CMake] Add LLVM_TOOLS_INSTALL_DIR to LLVMConfig.cmakeChris Bieneman2016-06-091-0/+1
* Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn2016-05-261-0/+1
* [CMake] Add some extra variables to LLVMConfig.cmake.inChris Bieneman2016-05-101-0/+2
* [CMake] Adjust the variables set by LLVMConfig.cmakeJohn Brawn2015-09-301-1/+4
* [CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMake] Cache...NAKAMURA Takumi2015-04-131-2/+0
* Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi2015-04-011-0/+2
* [CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig.cmake.Sanjoy Das2015-04-011-0/+2
* [cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConfig.cmake fileChandler Carruth2014-12-291-0/+2
* Add LLVM_TOOLS_BINARY_DIR variable to LLVMConfig.cmake so clientsDan Liew2014-07-221-0/+1
* Export LLVM_ENABLE_RTTI and LLVM_ENABLE_EH in LLVMConfig.cmake soDan Liew2014-07-221-0/+4
* Export LLVM_ENABLE_ASSERTIONS in LLVMConfig.cmake so clients knowDan Liew2014-07-211-0/+2
* Add support for a patch version to the cmake system.Eric Christopher2014-04-161-0/+1
* Simplify linking to system librariesNAKAMURA Takumi2014-02-231-5/+0
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-211-1/+1
* Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2014-02-091-0/+4
* Provide LLVMConfig in both build and install treeNAKAMURA Takumi2014-02-091-6/+6
* Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATHNAKAMURA Takumi2014-02-091-13/+3
* [CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake, since it always poin...NAKAMURA Takumi2013-12-181-2/+0
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-4/+3
* Add three missing CMake variables that need to make it to theChandler Carruth2013-08-081-0/+3
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-0/+2
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+3
* LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not acce...NAKAMURA Takumi2012-07-071-1/+1
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-131-0/+2
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-291-0/+2
* Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,Oscar Fuentes2011-04-131-0/+2
* CMake: remove some unnecesary code and ToDos.Oscar Fuentes2011-04-111-1/+1
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-101-0/+45
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-11/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+11
OpenPOWER on IntegriCloud