Store whether a symbol is a comdat signature in MCSymbolELF.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 3 Jun 2015 21:41:59 +0000 (21:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 3 Jun 2015 21:41:59 +0000 (21:41 +0000)
commitf3857c334ff3fdb3d187673476bb32ff06d0ebda
tree0a36665e011f53da11285ae20556e869b957b659
parent2b9f4dc654f3f99cc8938ae484523a2d290d4865
Store whether a symbol is a comdat signature in MCSymbolELF.

With this getBinging can now return the correct answer for all cases not
involving a .symver and the elf writer doesn't need to patch it last minute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238980 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSymbolELF.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCSymbolELF.cpp