Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cmake] Remove LLVM_{BUILD,LINK}_LLVM_DYLIB options on Windows | Tom Stellard | 2019-11-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Summary: The options aren't supported so they can be removed. Reviewers: beanz, smeenai, compnerd Reviewed By: compnerd Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69877 | ||||
* | Fix a few spellos in docs. | Nico Weber | 2019-09-13 | 1 | -4/+4 |
| | | | | | | (Trying to debug an incremental build thing on a bot...) llvm-svn: 371860 | ||||
* | [docs] Add new document on building distributions | Chris Bieneman | 2019-05-21 | 1 | -0/+207 |
Summary: This document is an attempt to provide a guide for best practices for using the LLVM build system to generate distributable LLVM-based tools. Most of the document is geared toward distributions of LLVM-based toolchains, but much of it also applies to distributing other LLVM-based tools and libraries. Reviewers: tstellar, phosek, jroelofs, hans, sylvestre.ledru Reviewed By: tstellar Subscribers: smeenai, dschuff, arphaman, winksaville, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62040 llvm-svn: 361272 |