From 24fdc1d1dfcc0bb089ceea1f6582764eb0f814a8 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 9 Sep 2004 20:34:13 +0000 Subject: [PATCH] Fix broken internal links (one found by seventwentyfour.com spider) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16260 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index 1d1bdb662d1..a0579bc9737 100644 --- a/docs/CompilerDriver.html +++ b/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.

-- 2.34.1