pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jan 27 21:11:07 UTC 2019

Modified Files:
        pkgsrc/lang/clang: DESCR
        pkgsrc/lang/llvm: DESCR

Log Message:
llvm/DESCR: reword statements that are no longer true


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/clang/DESCR
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/llvm/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/clang/DESCR
diff -u pkgsrc/lang/clang/DESCR:1.1.1.1 pkgsrc/lang/clang/DESCR:1.2
--- pkgsrc/lang/clang/DESCR:1.1.1.1     Mon Nov 16 23:24:37 2009
+++ pkgsrc/lang/clang/DESCR     Sun Jan 27 21:11:07 2019
@@ -15,8 +15,8 @@ allowing link-time, run-time, and offlin
 
 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.

Index: pkgsrc/lang/llvm/DESCR
diff -u pkgsrc/lang/llvm/DESCR:1.1 pkgsrc/lang/llvm/DESCR:1.2
--- pkgsrc/lang/llvm/DESCR:1.1  Thu Mar 10 15:01:52 2016
+++ pkgsrc/lang/llvm/DESCR      Sun Jan 27 21:11:07 2019
@@ -15,8 +15,8 @@ allowing link-time, run-time, and offlin
 
 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