This repository was archived by the owner on May 21, 2019. It is now read-only.
File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,22 @@ <h1>"compiler-rt" Runtime Library</h1>
26
26
< p > All of the code in the compiler-rt project is < a
27
27
href ="http://llvm.org/docs/DeveloperPolicy.html#license "> dual licensed</ a >
28
28
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 >
29
45
30
46
<!--=====================================================================-->
31
47
< h2 id ="goals "> Goals</ h2 >
You can’t perform that action at this time.
0 commit comments