summaryrefslogtreecommitdiff
path: root/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-2/+2
* Rename libclang_shared to libclang-cppSylvestre Ledru2019-07-111-1/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-0/+9
* [cmake] Remove old unused version of FindZ3.cmake from clang [NFC]Don Hinton2019-05-241-0/+0
* Fix BUILD_SHARED_LIBS for clang which broke in D61909Chris Bieneman2019-05-211-1/+7
* Re-land: Add Clang shared library with C++ exportsChris Bieneman2019-05-171-2/+5
* Revert r360946 "Add Clang shared library with C++ exports"Nico Weber2019-05-171-5/+2
* Add Clang shared library with C++ exportsChris Bieneman2019-05-161-2/+5
* [clang-fuzzer] Include ExternalProject before using it.Matt Morehouse2019-04-051-0/+1
* [cmake] Reset variable before using itShoaib Meenai2019-03-261-1/+2
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-251-51/+0
* [cmake] Create exports for umbrella library targetsShoaib Meenai2019-03-051-0/+1
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* [clang] Add CMake target for installing clang's CMake exportsShoaib Meenai2019-02-201-2/+11
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-201-2/+2
* [clang] Add build and install targets for clang librariesShoaib Meenai2019-02-151-0/+2
* [clang] Create install targets for non-shared librariesShoaib Meenai2019-02-151-1/+1
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-091-0/+51
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-071-51/+0
* [analyzer] Improved cmake configuration for Z3Enrico Steffinlongo2018-10-131-2/+25
* Build clang-headers when building clang tools.Haojian Wu2018-10-011-0/+1
* Revert r323051 "[cmake] Use CLANG_BINARY_DIR to determine the build directory."Vassil Vassilev2018-01-241-1/+1
* [cmake] Use CLANG_BINARY_DIR to determine the build directory.Vassil Vassilev2018-01-201-1/+1
* [clang] Use add_llvm_install_targetsShoaib Meenai2017-11-301-10/+6
* [clang-fuzzer] Fix incremental builds of the fuzzerVitaly Buka2017-10-311-11/+6
* [clang-proto-fuzzer] Use ToT protobuf-mutator.Matt Morehouse2017-10-181-1/+1
* [clang-fuzzer] Build with newer protobuf-mutator.Matt Morehouse2017-10-111-1/+1
* Update libprotobuf-mutator revisionVitaly Buka2017-08-221-1/+1
* Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse2017-08-081-0/+24
* [CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman2017-07-281-0/+7
* [cmake] Support Gentoo install for z3Michal Gorny2017-04-081-1/+1
* [analyzer] Add new Z3 constraint manager backendDominic Chen2017-04-041-0/+28
* [CMake] fix CLANG_INCLUDE_DIRS CMake exportGuillaume Papin2017-03-211-1/+1
* [CMake] Add CLANG_INCLUDE_DIRS to CMake exportsChris Bieneman2017-02-062-0/+8
* [cmake] Hint find_package() to prefer LLVM installed alongside clangMichal Gorny2017-01-312-2/+10
* cmake: Don't try to install exports if there aren't anyJustin Bogner2016-11-082-1/+6
* cmake: Support exports correctly with LLVM_DISTRIBUTION_COMPONENTSJustin Bogner2016-11-071-1/+13
* [cmake] Follow LLVM's lead in creating exported tool targets for clang tools.Michael Gottesman2016-10-191-0/+1
* Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman2016-07-101-10/+17
* Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman2016-07-091-0/+142
* [cmake] Remove stale comment. NFC.Michael Gottesman2016-06-301-4/+0
* [ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman2016-06-292-1/+2
* [ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman2016-06-291-0/+5
* [ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman2016-06-292-1/+19
* [ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman2016-06-291-4/+6
* [cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman2016-06-292-10/+14
* [ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...Michael Gottesman2016-06-291-1/+1
* [ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...Michael Gottesman2016-06-291-2/+2
* [cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman2016-06-291-0/+22
* Add call to find_package to load LLVM dependenciesReid Kleckner2016-02-191-0/+2