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)
commit4fa3a17472a59b347f83955098cb9554f8c48d29
treec88a9c953ea043ebe8f901f7aeac58e9f2e4e2c6
parentd08b65a38fed248f2ccaf97ef290754ca4388ab1
Write the string table directly to the output file.

There is no need to accumulate it in fragments first.

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