From 0ec64cebd9fe84734506899cb08a5a792bee35e4 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 7 Dec 2011 18:43:12 +0000 Subject: 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 --- www/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'www/index.html') 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 @@

All of the code in the compiler-rt project is dual licensed under the MIT license and the UIUC License (a BSD-like license).

+ + +

Clients

+ + +

Currently compiler-rt is primarily used by + the Clang + and LLVM 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.

+ +

For more information on using compiler-rt with Clang, please see the Clang + Getting Started + page.

Goals

-- cgit v1.2.3