Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use LTO capable linker | Chris Bieneman | 2019-06-05 | 1 | -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 repo | Chris Bieneman | 2019-05-20 | 1 | -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 cache | NAKAMURA Takumi | 2017-05-11 | 1 | -3/+10 |
| | | | | | | Thanks to Matthew Larionov <matthewtff@gmail.com> llvm-svn: 302795 | ||||
* | [CMake] Adding example distribution CMake cache files | Chris Bieneman | 2016-10-26 | 1 | -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 |