COFF: Corrected error message if a section failed to load.
authorRui Ueyama <ruiu@google.com>
Sun, 13 Sep 2015 20:22:22 +0000 (20:22 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 13 Sep 2015 20:22:22 +0000 (20:22 +0000)
commit8e186df2f530078b65708d7440ee66f2ea00cdbc
treee381d962dee154f34256c081d7441f7ec5339261
parentc5c7319fce6babe13d429213708d9abf1dcc2d0f
COFF: Corrected error message if a section failed to load.

There is no sense to use Name in these lines as it is not initialized yet.

Patch from Igor Kudrin!

llvm-svn: 247531
lld/COFF/InputFiles.cpp
lld/test/COFF/invalid-obj.test [new file with mode: 0644]