diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 21:31:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 21:31:39 +0000 |
commit | a81d8fc43cf776842b6566af0bd5e8690db5cc7d (patch) | |
tree | 89ca5199361f7948f1bca7376b7c44e139827c79 /docs | |
parent | 4457f7ea469d89353e353d534098790e8f106be9 (diff) | |
download | external_llvm-a81d8fc43cf776842b6566af0bd5e8690db5cc7d.zip external_llvm-a81d8fc43cf776842b6566af0bd5e8690db5cc7d.tar.gz external_llvm-a81d8fc43cf776842b6566af0bd5e8690db5cc7d.tar.bz2 |
Add missing tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CompilerDriver.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index ca2fd12..0c514e8 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -336,6 +336,8 @@ optimization.</p> and linker. Note that a given source language needn't provide all these tools as many of them exist in llvm currently.</p> </div> + +<!-- _______________________________________________________________________ --> <div class="doc_subsubsection"><a name="dirsearch">Directory Search</a></div> <div class="doc_text"> <p><tt>llvmc</tt> always looks for files of a specific name. It uses the @@ -748,7 +750,7 @@ optimization.</p> ########################################################## assembler.command=llc %in% -o %out% %target% %time% %stats% </tt></pre> - +</div> <!-- *********************************************************************** --> <div class="doc_section"><a name="glossary">Glossary</a></div> |