[lld] r264093 - We do not use libLTO, so fix the error.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 13:58:15 PDT 2016
Author: ruiu
Date: Tue Mar 22 15:58:15 2016
New Revision: 264093
URL: http://llvm.org/viewvc/llvm-project?rev=264093&view=rev
Log:
We do not use libLTO, so fix the error.
Modified:
lld/trunk/docs/NewLLD.rst
Modified: lld/trunk/docs/NewLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/NewLLD.rst?rev=264093&r1=264092&r2=264093&view=diff
==============================================================================
--- lld/trunk/docs/NewLLD.rst (original)
+++ lld/trunk/docs/NewLLD.rst Tue Mar 22 15:58:15 2016
@@ -274,7 +274,7 @@ Link-Time Optimization
LTO is implemented by handling LLVM bitcode files as object files.
The linker resolves symbols in bitcode files normally. If all symbols
-are successfully resolved, it then calls an LLVM libLTO function
+are successfully resolved, it then runs LLVM passes
with all bitcode files to convert them to one big regular ELF/COFF file.
Finally, the linker replaces bitcode symbols with ELF/COFF symbols,
so that they are linked as if they were in the native format from the beginning.
More information about the llvm-commits
mailing list