summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-12-07 18:43:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-12-07 18:43:12 +0000
commit0ec64cebd9fe84734506899cb08a5a792bee35e4 (patch)
tree223d02c93a023ebdb84829107868dcb832195482 /www
parente235715748826c91f115d11f46d0ff2017d45d2f (diff)
www: Add some more notes to compiler-rt web page.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@146047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 7a7ef7c9e..85e5a8346 100644
--- a/www/index.html
+++ b/www/index.html
@@ -26,6 +26,22 @@
<p>All of the code in the compiler-rt project is <a
href="http://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
under the MIT license and the UIUC License (a BSD-like license).</p>
+
+ <!--=====================================================================-->
+ <h2 id="users">Clients</h2>
+ <!--=====================================================================-->
+
+ <p>Currently compiler-rt is primarily used by
+ the <a href="http://clang.llvm.org">Clang</a>
+ and <a href="http://llvm.org">LLVM</a> projects as the implementation for
+ the runtime compiler support libraries. The library currently provides both
+ the low-level target-specific hooks required by code generation, as well as
+ additional modules for supporting the runtime requirements of features like
+ code coverage, profiling, or address sanitizer (ASAN) instrumentation.</p>
+
+ <p>For more information on using compiler-rt with Clang, please see the Clang
+ <a href="http://clang.llvm.org/get_started.html">Getting Started</a>
+ page.</p>
<!--=====================================================================-->
<h2 id="goals">Goals</h2>