diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-26 00:54:42 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-26 00:54:42 +0000 |
commit | 0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a (patch) | |
tree | dbfcb2395d8f29795243ea31253df54421b2516e /docs/index.html | |
parent | bb4283ec1349087566e53f57ca09f9ed3bd5a7fd (diff) |
Give packagers some advice about how to build LLVM so it's useful to
the most users.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 5ee96fb9e2..bf12f719b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -116,6 +116,9 @@ manual for using the LLVM testing infrastructure.</li> <li><a href="GCCFEBuildInstrs.html">How to build the Ada/C/C++/Fortran front-ends</a> - Instructions for building gcc front-ends from source.</li> +<li><a href="Packaging.html">Packaging guide</a> - Advice on packaging +LLVM into a distribution.</li> + <li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms and concepts used in LLVM.</li> |