Dovetail with Dan Dunbar's rework of ELFObjectWriter.
authorJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 15 Nov 2010 16:18:39 +0000 (16:18 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 15 Nov 2010 16:18:39 +0000 (16:18 +0000)
commitd3443e99e43945fdb0742177da06a32fa225740d
tree02f9ae284bfd456357cc3955aae5918690d19fee
parentdb9835d0895337eb94c19e3a30b7d3fc8fcddfd5
Dovetail with Dan Dunbar's rework of ELFObjectWriter.
Added 2 new subclasses - X86ELFObjectWriter and ARMELFObectWriter.
ARM and X86 require different code for RecordRelocation(), possibly others.

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