Do not handle DefinedCommon symbols in the MapFile writer.
authorRui Ueyama <ruiu@google.com>
Sat, 28 Oct 2017 21:11:38 +0000 (21:11 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 28 Oct 2017 21:11:38 +0000 (21:11 +0000)
commit4a22edabec95a4c1197212f86a63d21ab2a6194a
tree11a810010af8d30cf26cae2a41b72785bae53e7b
parent294f88dfa0da99edf12947be24ca6917c1bf75dd
Do not handle DefinedCommon symbols in the MapFile writer.

Because of r314495 which converts DefinedCommon symbols to DefinedRegular
symbols, common symbols are no longer reachable to the MapFile writer.
So the code to handle common symbols is now dead.

llvm-svn: 316846
lld/ELF/MapFile.cpp