summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-07-20 21:06:37 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-07-20 21:06:37 +0000
commita57743780954ee455896f917d73af91f3430f0b1 (patch)
tree4f71135f825f211fd875bed0520312eebd65d87b /docs/CommandGuide
parentfca3c644eab66d98d61bda4fd9cefacd6de0784c (diff)
downloadllvm-a57743780954ee455896f917d73af91f3430f0b1.tar.gz
llvm-a57743780954ee455896f917d73af91f3430f0b1.tar.bz2
llvm-a57743780954ee455896f917d73af91f3430f0b1.tar.xz
* "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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvmc.pod19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod
index c8463c4836..4f8a967b72 100644
--- a/docs/CommandGuide/llvmc.pod
+++ b/docs/CommandGuide/llvmc.pod
@@ -10,23 +10,22 @@ B<llvmc> [I<options>] [I<filenames>...]
=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