summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler extension in standalone modeserge-sans-paille2020-06-171-0/+1
* [llvm] [cmake] Provide split include paths in LLVMConfigMichal Gorny2019-02-131-0/+8
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-10-151-1/+1
* Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"Roman Lebedev2018-08-301-1/+1
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-08-221-1/+1
* [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ONPhilip Pfaffe2018-07-271-0/+6
* [llvm] Add stripped installation targetsShoaib Meenai2017-11-301-4/+2
* cmake: Don't try to install exports if there aren't anyJustin Bogner2016-11-081-2/+5
* cmake: Make /usr/share/cmake installable with LLVM_DISTRIBUTION_COMPONENTSJustin Bogner2016-10-241-2/+14
* [CMake] Exclude intrinsics_gen from LLVM_COMMON_DEPENDS in LLVMConfig.cmakeChris Bieneman2016-10-041-0/+9
* [cmake] Fix a stale comment from an earlier version of r281085. NFC.Michael Gottesman2016-09-091-2/+1
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-091-3/+22
* cmake: Install CheckAtomic.cmake (needed by lldb)Chris Bieneman2016-08-251-2/+1
* [CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmakeChris Bieneman2016-06-221-0/+2
* Install cmake files to lib/cmake/llvmNiels Ole Salscheider2016-02-041-1/+1
* [CMake] Need to install VersionFromVCS.cmake as part of LLVM's CMake modulesChris Bieneman2016-01-151-1/+0
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-1/+1
* Add LLVM_TOOLS_BINARY_DIR variable to LLVMConfig.cmake so clientsDan Liew2014-07-221-1/+2
* Export LLVM_ENABLE_ASSERTIONS in LLVMConfig.cmake so clients knowDan Liew2014-07-211-1/+0
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-211-2/+2
* cmake: Do not export targets when installing toolchain onlyReid Kleckner2014-02-101-2/+2
* Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2014-02-091-0/+2
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-091-0/+4
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-091-0/+2
* Provide LLVMConfig in both build and install treeNAKAMURA Takumi2014-02-091-2/+39
* Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATHNAKAMURA Takumi2014-02-091-0/+10
* De-duplicate references to share/llvm/cmake pathNAKAMURA Takumi2014-02-091-3/+4
* CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.Hans Wennborg2013-08-241-15/+17
* Undo an over zealous rename. This bit of the CMake build really isChandler Carruth2012-01-241-1/+1
* build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar2011-11-291-2/+2
* Complete the removal of FindBison from CMake. Noticed this when browsingChandler Carruth2011-09-041-1/+0
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-291-0/+6
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-2/+0
* CMake: remove some unnecesary code and ToDos.Oscar Fuentes2011-04-111-8/+0
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-101-5/+15
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-051-3/+3
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-221-1/+0
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-0/+3
* Install only *.cmake files. Don't install .svn directory.Oscar Fuentes2011-02-071-1/+2
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-031-0/+17
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-14/+8
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-8/+14
* CMake: corrections on LLVM.cmake external services.Oscar Fuentes2010-08-111-1/+2
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-091-0/+11
OpenPOWER on IntegriCloud