diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-14 19:51:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-14 19:51:02 +0000 |
commit | f428c0f3f35d2ceae7b3b01193915ec1b206e7a9 (patch) | |
tree | feb45b245f699a900dfde14dfb3183542bb2a521 /docs | |
parent | b5fc9f537bd8dfe6c188ccf8e631807475d1a2f9 (diff) | |
download | external_llvm-f428c0f3f35d2ceae7b3b01193915ec1b206e7a9.zip external_llvm-f428c0f3f35d2ceae7b3b01193915ec1b206e7a9.tar.gz external_llvm-f428c0f3f35d2ceae7b3b01193915ec1b206e7a9.tar.bz2 |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LinkTimeOptimization.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index f59ba59..0573a42 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -305,7 +305,7 @@ $ llvm-gcc4 a.o main.o -o main # <-- standard link command without any modifi <div class="doc_text"> <p>The <tt>readLLVMObjectFile()</tt> function is used by the linker to read - LLVM bytecode files and collect LLVMSymbol nformation. This routine also + LLVM bytecode files and collect LLVMSymbol innformation. This routine also supplies a list of externally defined symbols that are used by LLVM bytecode files. The linker uses this symbol information to do symbol resolution. Internally, <a href="#lto">LLVMlto</a> maintains LLVM bytecode modules in |