Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson
authorNick Lewycky <nicholas@mxc.ca>
Tue, 26 Jul 2011 08:40:36 +0000 (08:40 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 26 Jul 2011 08:40:36 +0000 (08:40 +0000)
commit5e0ac58bef2632a804358ec42a6ba5c6be42c450
tree191ff4d75b5cddaf23490e036ba23f508d089eb1
parentde77055a68a3fc495e01b682f00059af3e38822e
Don't try to dereference syms[0] on an empty vector. Reported by Todd Jackson
and Jeffrey Bosboom!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136066 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp