ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This way we...
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Aug 2010 21:19:37 +0000 (21:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Aug 2010 21:19:37 +0000 (21:19 +0000)
commit0b6cbfe04cb36872255aff11a41a2b976ceba462
tree11e328731257f768a84fd40f52b6eba73ff4da62
parent3efc0778c9baacc3dff4c50b62396d14f2420ba5
ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This way we can use the information it has computed and don't have to recompute the same stuff over and over again.

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