From: Rui Ueyama Date: Fri, 11 Mar 2016 19:04:56 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebce18b6fc00b21826d1077399976d2447798ba7;p=platform%2Fupstream%2Fllvm.git Remove obsolete comment. llvm-svn: 263280 --- diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h index 5cbe21d..82dd820 100644 --- a/lld/ELF/Symbols.h +++ b/lld/ELF/Symbols.h @@ -10,14 +10,6 @@ // All symbols are handled as SymbolBodies regardless of their types. // This file defines various types of SymbolBodies. // -// File-scope symbols in ELF objects are the only exception of SymbolBody -// instantiation. We will never create SymbolBodies for them for performance -// reason. They are often represented as nullptrs. This is fine for symbol -// resolution because the symbol table naturally cares only about -// externally-visible symbols. For relocations, you have to deal with both -// local and non-local functions, and we have two different functions -// where we need them. -// //===----------------------------------------------------------------------===// #ifndef LLD_ELF_SYMBOLS_H