summaryrefslogtreecommitdiffstats
path: root/clang/cmake/modules/AddClang.cmake
Commit message (Expand)AuthorAgeFilesLines
* Always -I clang/include when tblgen'ing in Clang.John McCall2019-12-161-1/+2
* [CMake] Clang: Don't use object libraries with XcodeJordan Rose2019-10-041-2/+6
* 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
* 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
* [cmake] Reset variable before using itShoaib Meenai2019-03-261-1/+2
* [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] 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
* Build clang-headers when building clang tools.Haojian Wu2018-10-011-0/+1
* [clang] Use add_llvm_install_targetsShoaib Meenai2017-11-301-10/+6
* cmake: Don't try to install exports if there aren't anyJustin Bogner2016-11-081-0/+2
* 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
OpenPOWER on IntegriCloud