pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang llvm/DESCR: reword statements that are no longer ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8d0be3ecb92
branches:  trunk
changeset: 328922:f8d0be3ecb92
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jan 27 21:11:07 2019 +0000

description:
llvm/DESCR: reword statements that are no longer true

diffstat:

 lang/clang/DESCR |  4 ++--
 lang/llvm/DESCR  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 715d37ed2395 -r f8d0be3ecb92 lang/clang/DESCR
--- a/lang/clang/DESCR  Sun Jan 27 17:34:09 2019 +0000
+++ b/lang/clang/DESCR  Sun Jan 27 21:11:07 2019 +0000
@@ -15,8 +15,8 @@
 
 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.
diff -r 715d37ed2395 -r f8d0be3ecb92 lang/llvm/DESCR
--- a/lang/llvm/DESCR   Sun Jan 27 17:34:09 2019 +0000
+++ b/lang/llvm/DESCR   Sun Jan 27 21:11:07 2019 +0000
@@ -15,8 +15,8 @@
 
 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.



Home | Main Index | Thread Index | Old Index