Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that other compon...
authorJan Sjödin <jan_sjodin@yahoo.com>
Thu, 3 Mar 2011 14:52:12 +0000 (14:52 +0000)
committerJan Sjödin <jan_sjodin@yahoo.com>
Thu, 3 Mar 2011 14:52:12 +0000 (14:52 +0000)
commit24b17c673076af1bb77dd24096c8d17c734c94bc
tree88b88b04881cd0214b412aba23d98110cb5b202a
parentea2578c63ffe09d030ed5520b6b82f7cc0026340
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that other components can use them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp
lib/MC/ELFObjectWriter.h [new file with mode: 0644]
lib/MC/MCELFStreamer.cpp
lib/MC/MCELFStreamer.h [new file with mode: 0644]