Do not initialize this->SoName with this->DefaultSoName.
authorRui Ueyama <ruiu@google.com>
Thu, 13 Apr 2017 00:23:32 +0000 (00:23 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 13 Apr 2017 00:23:32 +0000 (00:23 +0000)
commit3233d3eb460b5d4e98e5049ec5f3dfe63b11d234
treef1feefc7ec87f5752ca0602e4dd00b59abea9711
parent37df0180a021647849875a1a19a8dd72362e2d8c
Do not initialize this->SoName with this->DefaultSoName.

This patch uses DefaultSoName in getSoName instead of in parseSoName.
I think this is more readable. This patch also add comments.

llvm-svn: 300147
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h