From 0bc8b127345d82d77b95d42a7aa9ba624462920b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 9 Sep 2004 20:34:13 +0000 Subject: Fix broken internal links (one found by seventwentyfour.com spider) llvm-svn: 16260 --- llvm/docs/CompilerDriver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/CompilerDriver.html') diff --git a/llvm/docs/CompilerDriver.html b/llvm/docs/CompilerDriver.html index 1d1bdb662d1..a0579bc9737 100644 --- a/llvm/docs/CompilerDriver.html +++ b/llvm/docs/CompilerDriver.html @@ -54,8 +54,8 @@
Introduction
-

The llvmc tool is a configurable compiler - driver. As such, it isn't a compiler, optimizer, +

The llvmc tool is a configurable compiler + driver. As such, it isn't a compiler, optimizer, or a linker itself but it drives (invokes) other software that perform those tasks. If you are familiar with the GNU Compiler Collection's gcc tool, llvmc is very similar.

-- cgit v1.2.3