From f428c0f3f35d2ceae7b3b01193915ec1b206e7a9 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 14 Aug 2006 19:51:02 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29667 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LinkTimeOptimization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index f59ba59c1b2..0573a421aa5 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

The readLLVMObjectFile() 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, LLVMlto maintains LLVM bytecode modules in -- 2.34.1