aboutsummaryrefslogtreecommitdiff
path: root/clang/cmake/modules
AgeCommit message (Expand)AuthorFilesLines
2019-05-24[cmake] Remove old unused version of FindZ3.cmake from clang [NFC]Don Hinton1-0/+0
2019-05-21Fix BUILD_SHARED_LIBS for clang which broke in D61909Chris Bieneman1-1/+7
2019-05-17Re-land: Add Clang shared library with C++ exportsChris Bieneman1-2/+5
2019-05-17Revert r360946 "Add Clang shared library with C++ exports"Nico Weber1-5/+2
2019-05-16Add Clang shared library with C++ exportsChris Bieneman1-2/+5
2019-04-05[clang-fuzzer] Include ExternalProject before using it.Matt Morehouse1-0/+1
2019-03-26[cmake] Reset variable before using itShoaib Meenai1-1/+2
2019-03-25Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha1-51/+0
2019-03-05[cmake] Create exports for umbrella library targetsShoaib Meenai1-0/+1
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai1-1/+1
2019-02-20[clang] Add CMake target for installing clang's CMake exportsShoaib Meenai1-2/+11
2019-02-20[clang] Switch to LLVM_ENABLE_IDEShoaib Meenai1-2/+2
2019-02-15[clang] Add build and install targets for clang librariesShoaib Meenai1-0/+2
2019-02-15[clang] Create install targets for non-shared librariesShoaib Meenai1-1/+1
2019-02-09This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha1-0/+51
2019-02-07Move the SMT API to LLVMMikhail R. Gadelha1-51/+0
2018-10-13[analyzer] Improved cmake configuration for Z3Enrico Steffinlongo1-2/+25
2018-10-01Build clang-headers when building clang tools.Haojian Wu1-0/+1
2018-01-24Revert r323051 "[cmake] Use CLANG_BINARY_DIR to determine the build directory."Vassil Vassilev1-1/+1
2018-01-20[cmake] Use CLANG_BINARY_DIR to determine the build directory.Vassil Vassilev1-1/+1
2017-11-30[clang] Use add_llvm_install_targetsShoaib Meenai1-10/+6
2017-10-31[clang-fuzzer] Fix incremental builds of the fuzzerVitaly Buka1-11/+6
2017-10-18[clang-proto-fuzzer] Use ToT protobuf-mutator.Matt Morehouse1-1/+1
2017-10-11[clang-fuzzer] Build with newer protobuf-mutator.Matt Morehouse1-1/+1
2017-08-22Update libprotobuf-mutator revisionVitaly Buka1-1/+1
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse1-0/+24
2017-07-28[CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman1-0/+7
2017-04-08[cmake] Support Gentoo install for z3Michal Gorny1-1/+1
2017-04-04[analyzer] Add new Z3 constraint manager backendDominic Chen1-0/+28
2017-03-21[CMake] fix CLANG_INCLUDE_DIRS CMake exportGuillaume Papin1-1/+1
2017-02-06[CMake] Add CLANG_INCLUDE_DIRS to CMake exportsChris Bieneman2-0/+8
2017-01-31[cmake] Hint find_package() to prefer LLVM installed alongside clangMichal Gorny2-2/+10
2016-11-08cmake: Don't try to install exports if there aren't anyJustin Bogner2-1/+6
2016-11-07cmake: Support exports correctly with LLVM_DISTRIBUTION_COMPONENTSJustin Bogner1-1/+13
2016-10-19[cmake] Follow LLVM's lead in creating exported tool targets for clang tools.Michael Gottesman1-0/+1
2016-07-10Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman1-10/+17
2016-07-09Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman1-0/+142
2016-06-30[cmake] Remove stale comment. NFC.Michael Gottesman1-4/+0
2016-06-29[ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman2-1/+2
2016-06-29[ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman1-0/+5
2016-06-29[ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman2-1/+19
2016-06-29[ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman1-4/+6
2016-06-29[cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman2-10/+14
2016-06-29[ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...Michael Gottesman1-1/+1
2016-06-29[ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...Michael Gottesman1-2/+2
2016-06-29[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman1-0/+22
2016-02-19Add call to find_package to load LLVM dependenciesReid Kleckner1-0/+2
2014-11-05Make it easier to build against a pre-built Clang package with CMakeReid Kleckner1-0/+8