summaryrefslogtreecommitdiff
path: root/cmake/modules
AgeCommit message (Expand)Author
2017-11-30[clang] Use add_llvm_install_targetsShoaib Meenai
2017-10-31[clang-fuzzer] Fix incremental builds of the fuzzerVitaly Buka
2017-10-18[clang-proto-fuzzer] Use ToT protobuf-mutator.Matt Morehouse
2017-10-11[clang-fuzzer] Build with newer protobuf-mutator.Matt Morehouse
2017-08-22Update libprotobuf-mutator revisionVitaly Buka
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse
2017-07-28[CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman
2017-04-08[cmake] Support Gentoo install for z3Michal Gorny
2017-04-04[analyzer] Add new Z3 constraint manager backendDominic Chen
2017-03-21[CMake] fix CLANG_INCLUDE_DIRS CMake exportGuillaume Papin
2017-02-06[CMake] Add CLANG_INCLUDE_DIRS to CMake exportsChris Bieneman
2017-01-31[cmake] Hint find_package() to prefer LLVM installed alongside clangMichal Gorny
2016-11-08cmake: Don't try to install exports if there aren't anyJustin Bogner
2016-11-07cmake: Support exports correctly with LLVM_DISTRIBUTION_COMPONENTSJustin Bogner
2016-10-19[cmake] Follow LLVM's lead in creating exported tool targets for clang tools.Michael Gottesman
2016-07-10Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman
2016-07-09Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman
2016-06-30[cmake] Remove stale comment. NFC.Michael Gottesman
2016-06-29[ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman
2016-06-29[ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman
2016-06-29[ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman
2016-06-29[ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman
2016-06-29[cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman
2016-06-29[ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...Michael Gottesman
2016-06-29[ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...Michael Gottesman
2016-06-29[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman
2016-02-19Add call to find_package to load LLVM dependenciesReid Kleckner
2014-11-05Make it easier to build against a pre-built Clang package with CMakeReid Kleckner