summaryrefslogtreecommitdiff
path: root/cmake/modules/LLVM-Config.cmake
AgeCommit message (Expand)Author
2017-08-10[CMake][LLVM] Remove duplicated library mask. Broken clang linking against cl...Oleg Ranevskyy
2017-02-08[CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman
2016-02-12Avoid linking LLVM component libraries with libLLVMAndrew Wilkins
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins
2015-04-20Add targets to cmake for specific target components.Pete Cooper
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-02-24Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser
2015-02-23Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier
2015-02-23Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier
2015-02-20Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2014-12-18[cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.Peter Zotov
2014-09-26Fix misinterpretation of CMake rule found by a CMake warning (related to CMP0...Richard Smith
2014-07-28Emit a warning if llvm_map_components_to_libraries() is used noting that itsDan Liew
2014-07-14[CMake] LINK_COMPONENTS: Add also corresponding MCTargetDesc and TargetInfo a...NAKAMURA Takumi
2014-02-26[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi
2014-02-23Simplify linking to system librariesNAKAMURA Takumi
2014-02-21Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi
2014-02-21Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi
2014-02-10[CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."NAKAMURA Takumi
2014-02-05[CMake] Deliberately get all LLVM library dependencies for standalone builds.Jordan Rose
2014-02-04[CMake] Get rid of llvm_config() to expand dependencies.NAKAMURA Takumi
2014-02-04[CMake] LLVM-Config.cmake: Split explicit_map_components_to_libraries and int...NAKAMURA Takumi
2014-02-02[CMake] Untabify.NAKAMURA Takumi
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer
2013-10-06Windows: Add support for unicode command linesDavid Majnemer
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth
2013-08-07Add support for linking against a curses library when available andChandler Carruth
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-04-21Remove the executable bit on cmake filesSylvestre Ledru
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2011-11-29build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar
2011-07-29Make my attempt to build up global deps variables actually utilizeChandler Carruth
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-05Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes