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)
commit5fc3769ddc25803f4c672828f6b5a62448a1429c
treef27a341eb8e3903fe242b7cff213dda634aea87e
parent90d98d86c215ab534f244c7f10835c75e2965aea
Write the symbol table directly to the output file.

There is no need to first accumulate it in fragments.

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