writeSymbolTable now only needs a MCContext.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 21 May 2015 19:54:44 +0000 (19:54 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 21 May 2015 19:54:44 +0000 (19:54 +0000)
commit3b294b5753dc55fd6b12bc803b0054663305c5b1
tree54d1917d19d97e2c5f29bc7f3432634929be2b7d
parent9a9984d0b52477f0bcd9e95bf3af08b7d4a7bcc7
writeSymbolTable now only needs a MCContext.

It used to use an MCAssembler just to record the alignment of the sections.

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