summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CMake] [Apple Clang] Enable Compiler-RT tests on stage2 buildsChris Bieneman2016-06-281-2/+0
* [cmake] Enable zlib support for Apple stage2 buildsVedant Kumar2016-05-091-1/+1
* [CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache filesChris Bieneman2016-05-052-2/+0
* [CMake][Apple-stage2] Don't link with -fno-pieChris Bieneman2016-05-051-1/+0
* [CMake] Enable LIBCXX HEADERS in Apple-Stage2.cmakeChris Bieneman2016-05-021-1/+1
* [CMake] Install libcxx-headers as part of the Apple-stage2 distributionChris Bieneman2016-05-021-0/+1
* [CMake] Adding clang-headers to the Apple-stage2 distributionChris Bieneman2016-05-021-0/+1
* [CMake] Use just-built clang and build iOS support when building stage2Chris Bieneman2016-04-261-0/+3
* [Apple Clang] Expose llvm-config from stage2 builds in stage1Chris Bieneman2016-03-231-0/+1
* [CMake] Updating Apple build configurationsChris Bieneman2016-03-151-1/+1
* [CMake] Updating Apple Clang CMake cachesChris Bieneman2016-03-142-9/+58
* [CMake] Only configure Native target in stage 1, configure all in other stagesChris Bieneman2016-02-262-1/+2
* Add call to find_package to load LLVM dependenciesReid Kleckner2016-02-191-0/+2
* [CMake] For multi-stage builds to be deterministic we need to disable timesta...Chris Bieneman2016-02-101-0/+1
* [CMake] Fixing the 3-stage cmake cache.Chris Bieneman2016-02-102-21/+17
* [CMake] Updating caches README with explanations of useful cache files.Chris Bieneman2016-02-091-8/+64
* [CMake] Providing a CMake cache for 3-stage buildsChris Bieneman2016-02-091-0/+34
* [CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman2016-01-053-0/+28
* Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"Chris Bieneman2015-12-193-28/+0
* [CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman2015-12-193-0/+28
* [CMake] Set CLANG_LINKS_TO_CREATE in Apple-stage2.cmake so that we create cc ...Chris Bieneman2015-09-181-0/+1
* [CMake] Add cache scripts for Apple-style clang builds.Chris Bieneman2015-09-153-0/+79
* Make it easier to build against a pre-built Clang package with CMakeReid Kleckner2014-11-051-0/+8