COFF: Update comment.
authorRui Ueyama <ruiu@google.com>
Tue, 9 Jun 2015 16:52:56 +0000 (16:52 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 9 Jun 2015 16:52:56 +0000 (16:52 +0000)
llvm-svn: 239413

lld/COFF/Symbols.cpp

index 864db01..76dc433 100644 (file)
@@ -71,7 +71,8 @@ int Undefined::compare(SymbolBody *Other) {
 
 StringRef DefinedRegular::getName() {
   // DefinedSymbol's name is read lazily for a performance reason.
-  // Non-external symbol names are never used by the linker.
+  // Non-external symbol names are never used by the linker
+  // except for logging or debugging.
   // Their internal references are resolved not by name but by symbol index.
   // And because they are not external, no one can refer them by name.
   // Object files contain lots of non-external symbols, and creating