Fix a bug in the ELF writer that caused it to produce malformed
authorDan Gohman <gohman@apple.com>
Mon, 5 May 2008 16:48:32 +0000 (16:48 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 May 2008 16:48:32 +0000 (16:48 +0000)
commit87c3d4173e6aa565fec5473e646f686d62d94956
tree39f0b32c03c0e23dc5d8e076cef4a7c58d81fa29
parent600bf16cf7b1667f85c8531432aae0dd23d553ab
Fix a bug in the ELF writer that caused it to produce malformed
ELF headers. The ELF writer still isn't generally usable though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ELFWriter.cpp