From fa8e11be2954b9c84a3e0afc984e4b3cb8837dda 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118095 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/get_started.html | 6 ++++++ 1 file changed, 6 insertions(+) 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

-- 2.40.0