summaryrefslogtreecommitdiffstats
path: root/clang/cmake/caches/DistributionExample.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use LTO capable linkerChris Bieneman2019-06-051-1/+6
| | | | | | | | | | | | | | | | | | | | Summary: In DistributionExample.cmake be sure we use a LTO capable linker, the easiest to choose is lld. Reviewers: beanz Reviewed By: beanz Patch By: winksaville Subscribers: mgorny, mehdi_amini, inglorion, dexonsmith, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62279 llvm-svn: 362624
* [CMake] Update DistributionExample for mono repoChris Bieneman2019-05-201-0/+4
| | | | | | This just updates the DistributionExamples from my 2016 Dev Meeting talk to work more seamlessly with the monorepo. llvm-svn: 361184
* Fix two-stage build on windows using DistributionExample cmake cacheNAKAMURA Takumi2017-05-111-3/+10
| | | | | | Thanks to Matthew Larionov <matthewtff@gmail.com> llvm-svn: 302795
* [CMake] Adding example distribution CMake cache filesChris Bieneman2016-10-261-0/+34
These cache file are provided as an example of how to set up simple multi-stage CMake builds. I have a batch of documentation updates for LLVM.org which reference these files. llvm-svn: 285206
OpenPOWER on IntegriCloud