[llvm-commits] CVS: llvm/docs/CommandGuide/llvmc.pod
Misha Brukman
brukman at cs.uiuc.edu
Wed Jul 20 14:07:03 PDT 2005
Changes in directory llvm/docs/CommandGuide:
llvmc.pod updated: 1.9 -> 1.10
---
Log message:
* "GNU Compiler Collection's gcc tool" is redundant
* Made bullet points start with a verb and lowercase, since they are not
complete sentences
* Cleaned up grammar, removed extraneous verbosity
---
Diffs of the changes: (+9 -10)
llvmc.pod | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
Index: llvm/docs/CommandGuide/llvmc.pod
diff -u llvm/docs/CommandGuide/llvmc.pod:1.9 llvm/docs/CommandGuide/llvmc.pod:1.10
--- llvm/docs/CommandGuide/llvmc.pod:1.9 Thu Apr 21 21:16:19 2005
+++ llvm/docs/CommandGuide/llvmc.pod Wed Jul 20 16:06:37 2005
@@ -10,23 +10,22 @@
=head1 DESCRIPTION
-The B<llvmc> command is a configurable driver for invoking other
-LLVM (and non-LLVM) tools in order to compile, optimize and link software
-for multiple languages. For those familiar with the GNU Compiler
-Collection's B<gcc> tool, it is very similar. This tool has the
-following main goals or purposes:
+B<llvmc> is a configurable driver for invoking other LLVM (and non-LLVM) tools
+in order to compile, optimize and link software for multiple languages. For
+those familiar with FSF's B<gcc> tool, it is very similar. B<llvmc> has the
+following goals:
=over
-=item * A Single point of access to the LLVM tool set.
+=item * provide a single point of access to the LLVM tool set,
-=item * Hide the complexities of the LLVM tools through a single interface.
+=item * hide the complexities of the LLVM tools through a single interface,
-=item * Make integration of existing non-LLVM tools simple.
+=item * make integration of existing non-LLVM tools simple,
-=item * Extend the capabilities of minimal front ends.
+=item * extend the capabilities of minimal front ends, and
-=item * Make the interface for compiling consistent for all languages.
+=item * make the interface for compiling consistent for all languages.
=back
More information about the llvm-commits
mailing list