summaryrefslogtreecommitdiffstats
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
commit6d4db897a94c0f084f6b1657918a7fad3baec013 (patch)
tree4599d1f43612ea82f77349517d6e4a15555b8fda
parent18b0e5dca0ea9f506d708fa04198522bb2ae6994 (diff)
downloadbcm5719-llvm-6d4db897a94c0f084f6b1657918a7fad3baec013.tar.gz
bcm5719-llvm-6d4db897a94c0f084f6b1657918a7fad3baec013.zip
www: Add some more notes to compiler-rt web page.
llvm-svn: 146047
-rw-r--r--compiler-rt/www/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index 7a7ef7c9ee2..85e5a83463d 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud