Write the symbol table directly to the output file.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Apr 2015 21:09:32 +0000 (21:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Apr 2015 21:09:32 +0000 (21:09 +0000)
commit91fd2778b02252c6c1b6c363ea8813d1ff80a7e8
tree7f8475640c43c0a51ecbe06ed913471be7dee1e7
parentcaf5180ff7b8b58c460303ef395da95cc84729f5
Write the symbol table directly to the output file.

There is no need to first accumulate it in fragments.

llvm-svn: 236157
llvm/lib/MC/ELFObjectWriter.cpp