summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BuildingADistribution.rst
Commit message (Collapse)AuthorAgeFilesLines
* [cmake] Remove LLVM_{BUILD,LINK}_LLVM_DYLIB options on WindowsTom Stellard2019-11-081-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 Weber2019-09-131-4/+4
| | | | | | (Trying to debug an incremental build thing on a bot...) llvm-svn: 371860
* [docs] Add new document on building distributionsChris Bieneman2019-05-211-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
OpenPOWER on IntegriCloud