Write the string table directly to the output file.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Apr 2015 20:34:31 +0000 (20:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Apr 2015 20:34:31 +0000 (20:34 +0000)
commit88abc39d70c121f52a12e8a3b95b3461398965f2
tree847bb37bad55e285843cfe888dfe479e9fbc2428
parent435efaadffdf3e4543308a21193e93719c45e9c0
Write the string table directly to the output file.

There is no need to accumulate it in fragments first.

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