From f4cc206a6ebb8d70e0a1fe0b8a577967e8be2686 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 1 Nov 2004 21:31:39 +0000 Subject: [PATCH] Add missing tag. llvm-svn: 17414 --- docs/CompilerDriver.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index ca2fd127c7b..0c514e81a99 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -336,6 +336,8 @@ optimization.

and linker. Note that a given source language needn't provide all these tools as many of them exist in llvm currently.

+ +
Directory Search

llvmc always looks for files of a specific name. It uses the @@ -748,7 +750,7 @@ optimization.

########################################################## assembler.command=llc %in% -o %out% %target% %time% %stats% - +
Glossary