Put in the symbol table symbols only used in a .globl statement.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 23 Feb 2011 20:22:07 +0000 (20:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 23 Feb 2011 20:22:07 +0000 (20:22 +0000)
commit21451e533f4c46cdb38d338cfed26cece1d7be54
treea4507e94d53c5fa83f7d77e81c7f6c0b6966af45
parentd04b4937d1bc4ed14642926321127e9922e66c3b
Put in the symbol table symbols only used in a .globl statement.
Fixes PR9292.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126330 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp
test/MC/ELF/pr9292.s [new file with mode: 0644]