diff options
author | Chris Bieneman <chris.bieneman@me.com> | 2019-05-21 16:29:31 +0000 |
---|---|---|
committer | Chris Bieneman <chris.bieneman@me.com> | 2019-05-21 16:29:31 +0000 |
commit | da60a16bc7fb0cfb758c76a15221492cbd3902f3 (patch) | |
tree | 13ba067f90e88cc6abe32809e2ca4c67f6ce4c26 /llvm/docs/index.rst | |
parent | dbc2a12c7311ff4cc2cd7887d128b506bd35b579 (diff) | |
download | bcm5719-llvm-da60a16bc7fb0cfb758c76a15221492cbd3902f3.tar.gz bcm5719-llvm-da60a16bc7fb0cfb758c76a15221492cbd3902f3.zip |
[docs] Add new document on building distributions
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
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 6831f9e33fd..6f4eeec8256 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -95,6 +95,7 @@ intermediate LLVM representation. ReportingGuide Benchmarking Docker + BuildingADistribution :doc:`GettingStarted` Discusses how to get up and running quickly with the LLVM infrastructure. @@ -177,6 +178,10 @@ intermediate LLVM representation. :doc:`Docker` A reference for using Dockerfiles provided with LLVM. +:doc:`BuildingADistribution` + A best-practices guide for using LLVM's CMake build system to package and + distribute LLVM-based tools. + Programming Documentation ========================= |