From 6b83538ac86a8d5bdb5c532de8385f21df8fd5b9 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 2 Nov 2010 22:34:04 +0000 Subject: [PATCH] Add link to LLVM releases page. llvm-svn: 118095 --- clang/www/get_started.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 6d4e75f330f3..7460cd1ff3eb 100644 --- a/clang/www/get_started.html +++ b/clang/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