From 46d21926baafae4c0a8b9f51bae45e61758c56f1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 22 Aug 2004 18:06:59 +0000 Subject: [PATCH] Many useful corrections resulting from Chris Lattner's review. Thanks Chris! Misha: you're next. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15996 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 99 ++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 50 deletions(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index d7b3de5662e..16e777cc3de 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -4,14 +4,6 @@ The LLVM Compiler Driver (llvmc) - @@ -74,8 +66,8 @@
Purpose
-

llvmc was invented to make compilation with LLVM based compilers - easier. To accomplish this, llvmc strives to:

+

llvmc was invented to make compilation of user programs with + LLVM-based tools easier. To accomplish this, llvmc strives to: