aboutsummaryrefslogtreecommitdiff
path: root/clang/cmake
AgeCommit message (Expand)AuthorFilesLines
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-06-28[CMake] [Apple Clang] Enable Compiler-RT tests on stage2 buildsChris Bieneman1-2/+0
2016-05-09[cmake] Enable zlib support for Apple stage2 buildsVedant Kumar1-1/+1
2016-05-05[CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache filesChris Bieneman2-2/+0
2016-05-05[CMake][Apple-stage2] Don't link with -fno-pieChris Bieneman1-1/+0
2016-05-02[CMake] Enable LIBCXX HEADERS in Apple-Stage2.cmakeChris Bieneman1-1/+1
2016-05-02[CMake] Install libcxx-headers as part of the Apple-stage2 distributionChris Bieneman1-0/+1
2016-05-02[CMake] Adding clang-headers to the Apple-stage2 distributionChris Bieneman1-0/+1
2016-04-26[CMake] Use just-built clang and build iOS support when building stage2Chris Bieneman1-0/+3
2016-03-23[Apple Clang] Expose llvm-config from stage2 builds in stage1Chris Bieneman1-0/+1
2016-03-15[CMake] Updating Apple build configurationsChris Bieneman1-1/+1
2016-03-14[CMake] Updating Apple Clang CMake cachesChris Bieneman2-9/+58
2016-02-26[CMake] Only configure Native target in stage 1, configure all in other stagesChris Bieneman2-1/+2
2016-02-19Add call to find_package to load LLVM dependenciesReid Kleckner1-0/+2
2016-02-10[CMake] For multi-stage builds to be deterministic we need to disable timesta...Chris Bieneman1-0/+1
2016-02-10[CMake] Fixing the 3-stage cmake cache.Chris Bieneman2-21/+17
2016-02-09[CMake] Updating caches README with explanations of useful cache files.Chris Bieneman1-8/+64
2016-02-09[CMake] Providing a CMake cache for 3-stage buildsChris Bieneman1-0/+34
2016-01-05[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman3-0/+28
2015-12-19Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"Chris Bieneman3-28/+0
2015-12-19[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman3-0/+28
2015-09-18[CMake] Set CLANG_LINKS_TO_CREATE in Apple-stage2.cmake so that we create cc ...Chris Bieneman1-0/+1
2015-09-15[CMake] Add cache scripts for Apple-style clang builds.Chris Bieneman3-0/+79
2014-11-05Make it easier to build against a pre-built Clang package with CMakeReid Kleckner1-0/+8