From: Daniel Dunbar
Date: Tue, 2 Nov 2010 22:34:04 +0000 (+0000)
Subject: Add link to LLVM releases page.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa8e11be2954b9c84a3e0afc984e4b3cb8837dda;p=clang
Add link to LLVM releases page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118095 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/get_started.html b/www/get_started.html
index 6d4e75f330..7460cd1ff3 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -21,6 +21,12 @@ If you like what you see, please consider getting
involved with the Clang community. If you run into problems, please file
bugs in LLVM Bugzilla.
+Release Clang Versions
+
+Clang has been released as part of regular LLVM releases since LLVM 2.6. You
+can download the release versions
+from http://llvm.org/releases/.
+
Building Clang and Working with the Code
On Unix-like Systems