From eb561bef8f503f399d1a429737f5657aa6e21369 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 Jul 2009 21:29:19 +0000 Subject: mention the license. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74725 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html index 524b085ca..b8760f9a1 100644 --- a/www/index.html +++ b/www/index.html @@ -21,6 +21,10 @@ converting a double to a 64-bit unsigned integer is compiling into a runtime call to the "__fixunsdfdi" function. The compiler-rt library provides optimized implementations of this and other low-level routines.

+ +

All of the code in the compiler-rt project is available under the standard + LLVM + License, a "BSD-style" license.

Goals

-- cgit v1.2.3