Dash:
[t2.git] / package / develop / compiler-rt / compiler-rt.desc
blob1e91db1d0508adff0319f27da2a3796ef35112c9
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/compiler-rt/compiler-rt.desc
3 [COPY] Copyright (C) 2008 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] Compiler runtime libraries
14 [T] A simple library that provides an implementation of the low-level
15 [T] target-specific hooks required by code generation and other runtime
16 [T] components. For example, when compiling for a 32-bit target, converting
17 [T] a double to a 64-bit unsigned integer is compiling into a runtime call
18 [T] to the "__fixunsdfdi" function.
20 [U] https://compiler-rt.llvm.org
22 [A] University of Illinois/NCSA
23 [A] Chris Lattner <clattner@apple.com>
24 [M] Rene Rebe <rene@t2-project.org>
26 [C] extra/development
27 [F] OBJDIR CROSS
29 [L] BSD
30 [S] Stable
31 [V] 13.0.0
32 [P] O 01---5---9 102.605
34 [D] 08ad5218382ca3f04a7ddd05453d1e54af6fbb0047b9b172d5dee879 compiler-rt-13.0.0.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/