summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-26 00:54:42 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-26 00:54:42 +0000
commit0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a (patch)
treedbfcb2395d8f29795243ea31253df54421b2516e /README.txt
parentbb4283ec1349087566e53f57ca09f9ed3bd5a7fd (diff)
downloadllvm-0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a.tar.gz
llvm-0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a.tar.bz2
llvm-0c0f4b6e011e3c3ffdb692065e0b7b20164a4c0a.tar.xz
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 'README.txt')
-rw-r--r--README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 7388752fb1..2ebe271b8e 100644
--- a/README.txt
+++ b/README.txt
@@ -10,3 +10,6 @@ the license agreement found in LICENSE.txt.
Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.
+
+If you're writing a package for LLVM, see docs/Packaging.html for our
+suggestions.