diff options
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-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 0573a421aa..7c97f9011c 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 innformation. This routine also + LLVM bytecode files and collect LLVMSymbol information. 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 |