summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVMConfig.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-0/+2
* [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ONAlex Lorenz2019-12-031-0/+2
* build: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMConfigSaleem Abdulrasool2019-09-301-0/+2
* [llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM l...Simon Pilgrim2019-09-231-0/+5
* [lit] Only set DYLD_LIBRARY_PATH for shared buildsJonas Devlieghere2019-08-301-0/+1
* [CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM build-treeStefan Granitz2019-06-051-0/+1
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-251-0/+2
* [llvm] [cmake] Provide split include paths in LLVMConfigMichal Gorny2019-02-131-4/+6
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-091-2/+0
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-071-0/+2
* cmake: Store LLVM_VERSION_SUFFIX in LLVMConfig.cmakeMichal Gorny2018-08-081-0/+1
* [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ONPhilip Pfaffe2018-07-271-1/+1
* [CMake] Export the LLVM_LINK_LLVM_DYLIB settingPhilip Pfaffe2018-07-181-0/+2
* Stop setting LLVM_ON_WIN32 in config.h and llvm-config.h.Nico Weber2018-04-301-1/+0
* Export LLVM_DYLIB_COMPONENTS in LLVMConfig.cmakePavel Labath2018-03-141-0/+2
* [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006Michal Gorny2018-01-191-0/+2
* [cmake] Expose opt-viewer availabilityAdam Nemet2017-12-011-0/+1
* [CMake] NFC. Add intrinsics_gen target to CMake ExportsChris Bieneman2017-07-281-0/+7
* [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
OpenPOWER on IntegriCloud