summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-07-10Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman
2016-07-09Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman
2016-06-30[cmake] Remove stale comment. NFC.Michael Gottesman
2016-06-29[ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman
2016-06-29[ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman
2016-06-29[ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman
2016-06-29[ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman
2016-06-29[cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman
2016-06-29[ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...Michael Gottesman
2016-06-29[ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...Michael Gottesman
2016-06-29[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman
2016-06-28[CMake] [Apple Clang] Enable Compiler-RT tests on stage2 buildsChris Bieneman
2016-05-09[cmake] Enable zlib support for Apple stage2 buildsVedant Kumar
2016-05-05[CMake] Removing LLVM_ENABLE_TIMESTAMPS from the cache filesChris Bieneman
2016-05-05[CMake][Apple-stage2] Don't link with -fno-pieChris Bieneman
2016-05-02[CMake] Enable LIBCXX HEADERS in Apple-Stage2.cmakeChris Bieneman
2016-05-02[CMake] Install libcxx-headers as part of the Apple-stage2 distributionChris Bieneman
2016-05-02[CMake] Adding clang-headers to the Apple-stage2 distributionChris Bieneman
2016-04-26[CMake] Use just-built clang and build iOS support when building stage2Chris Bieneman
2016-03-23[Apple Clang] Expose llvm-config from stage2 builds in stage1Chris Bieneman
2016-03-15[CMake] Updating Apple build configurationsChris Bieneman
2016-03-14[CMake] Updating Apple Clang CMake cachesChris Bieneman
2016-02-26[CMake] Only configure Native target in stage 1, configure all in other stagesChris Bieneman
2016-02-19Add call to find_package to load LLVM dependenciesReid Kleckner
2016-02-10[CMake] For multi-stage builds to be deterministic we need to disable timesta...Chris Bieneman
2016-02-10[CMake] Fixing the 3-stage cmake cache.Chris Bieneman
2016-02-09[CMake] Updating caches README with explanations of useful cache files.Chris Bieneman
2016-02-09[CMake] Providing a CMake cache for 3-stage buildsChris Bieneman
2016-01-05[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman
2015-12-19Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"Chris Bieneman
2015-12-19[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman
2015-09-18[CMake] Set CLANG_LINKS_TO_CREATE in Apple-stage2.cmake so that we create cc ...Chris Bieneman
2015-09-15[CMake] Add cache scripts for Apple-style clang builds.Chris Bieneman
2014-11-05Make it easier to build against a pre-built Clang package with CMakeReid Kleckner