Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 0ec64ce

Browse files
committed
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
1 parent e235715 commit 0ec64ce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

www/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ <h1>"compiler-rt" Runtime Library</h1>
2626
<p>All of the code in the compiler-rt project is <a
2727
href="http://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
2828
under the MIT license and the UIUC License (a BSD-like license).</p>
29+
30+
<!--=====================================================================-->
31+
<h2 id="users">Clients</h2>
32+
<!--=====================================================================-->
33+
34+
<p>Currently compiler-rt is primarily used by
35+
the <a href="http://clang.llvm.org">Clang</a>
36+
and <a href="http://llvm.org">LLVM</a> projects as the implementation for
37+
the runtime compiler support libraries. The library currently provides both
38+
the low-level target-specific hooks required by code generation, as well as
39+
additional modules for supporting the runtime requirements of features like
40+
code coverage, profiling, or address sanitizer (ASAN) instrumentation.</p>
41+
42+
<p>For more information on using compiler-rt with Clang, please see the Clang
43+
<a href="http://clang.llvm.org/get_started.html">Getting Started</a>
44+
page.</p>
2945

3046
<!--=====================================================================-->
3147
<h2 id="goals">Goals</h2>

0 commit comments

Comments
 (0)