summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVM-Config.cmake
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+2
* Fix use of add_llvm_tool in projects that build no targetsKevin Petit2019-11-141-1/+1
* [cmake] Remove confusing condition argument from else() NFCTom Stellard2019-11-131-1/+1
* Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders2019-07-191-72/+89
* Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders2019-07-191-86/+70
* Fix a latent bug discovered by r366610: nativecodegen includes X86CodeGen whe...Daniel Sanders2019-07-191-1/+3
* Expand pseudo-components before embedding in llvm-configDaniel Sanders2019-07-191-70/+84
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-1/+1
* Break false dependencies on target librariesDaniel Sanders2019-05-231-0/+7
* [CMake] Avoid REVERSE on unset variableSven van Haastregt2018-09-261-1/+3
* [cmake] fix a typo in llvm_config macroPavel Labath2018-06-061-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-2/+2
* [cmake] Modernize some conditionals. NFCShoaib Meenai2017-12-051-2/+2
* [CMake][LLVM] Remove duplicated library mask. Broken clang linking against cl...Oleg Ranevskyy2017-08-101-6/+3
* [CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman2017-02-081-11/+73
* Avoid linking LLVM component libraries with libLLVMAndrew Wilkins2016-02-121-1/+10
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-051-1/+17
* Add targets to cmake for specific target components.Pete Cooper2015-04-201-0/+35
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-2/+2
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-2/+2
* Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier2015-02-231-2/+2
* Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier2015-02-231-2/+2
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-201-2/+2
* [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.Peter Zotov2014-12-181-20/+30
* Fix misinterpretation of CMake rule found by a CMake warning (related to CMP0...Richard Smith2014-09-261-2/+2
* Emit a warning if llvm_map_components_to_libraries() is used noting that itsDan Liew2014-07-281-1/+3
* [CMake] LINK_COMPONENTS: Add also corresponding MCTargetDesc and TargetInfo a...NAKAMURA Takumi2014-07-141-0/+9
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-1/+9
* Simplify linking to system librariesNAKAMURA Takumi2014-02-231-30/+5
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-211-4/+7
* Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi2014-02-211-15/+7
* [CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."NAKAMURA Takumi2014-02-101-7/+1
* [CMake] Deliberately get all LLVM library dependencies for standalone builds.Jordan Rose2014-02-051-1/+7
* [CMake] Get rid of llvm_config() to expand dependencies.NAKAMURA Takumi2014-02-041-1/+1
* [CMake] LLVM-Config.cmake: Split explicit_map_components_to_libraries and int...NAKAMURA Takumi2014-02-041-3/+16
* [CMake] Untabify.NAKAMURA Takumi2014-02-021-13/+13
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+1
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+1
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-7/+3
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-0/+9
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+3
* Remove the executable bit on cmake filesSylvestre Ledru2013-04-211-0/+0
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-2/+5
* build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar2011-11-291-1/+1
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-291-8/+9
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-27/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-051-0/+203
OpenPOWER on IntegriCloud