diff options
author | tnn <tnn@pkgsrc.org> | 2019-01-27 21:11:07 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-01-27 21:11:07 +0000 |
commit | 35a65abfd68877d14d18f509fa4088d766c36a6d (patch) | |
tree | 56cf3b1cf60d9ab1bef81e5b41f09750b77ea3e8 /lang/llvm | |
parent | 71bb7fd96d376ea88345de84c3ce40ba82a3eb85 (diff) | |
download | pkgsrc-35a65abfd68877d14d18f509fa4088d766c36a6d.tar.gz |
llvm/DESCR: reword statements that are no longer true
Diffstat (limited to 'lang/llvm')
-rw-r--r-- | lang/llvm/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/llvm/DESCR b/lang/llvm/DESCR index 9bf02c2c5d8..f00fcdbf80d 100644 --- a/lang/llvm/DESCR +++ b/lang/llvm/DESCR @@ -15,8 +15,8 @@ allowing link-time, run-time, and offline transformations. A compiler infrastructure - LLVM is also a collection of source code that implements the language and compilation strategy. The primary components of the -LLVM infrastructure are a GCC-based C & C++ front-end, a link-time optimization +LLVM infrastructure are the C & C++ front-end, a link-time optimization framework with a growing set of global and interprocedural analyses and transformations, static back-ends for the X86, X86-64, PowerPC 32/64, ARM, -Thumb, IA-64, Alpha and SPARC architectures, a back-end which emits portable C +Thumb, IA-64 and SPARC architectures, a back-end which emits portable C code, and a Just-In-Time compiler for X86, X86-64, PowerPC 32/64 processors. |