Move createELFObjectWriter to its own header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2010-12-17 16:59:53 +00:00
parent 14c0987bd9
commit 285b3e5b61
6 changed files with 31 additions and 4 deletions

View File

@@ -190,10 +190,6 @@ public:
static void EncodeULEB128(uint64_t Value, raw_ostream &OS);
};
MCObjectWriter *createELFObjectWriter(raw_ostream &OS, bool is64Bit,
Triple::OSType OSType, uint16_t EMachine,
bool IsLittleEndian,
bool HasRelocationAddend);
MCObjectWriter *createWinCOFFObjectWriter(raw_ostream &OS, bool is64Bit);
} // End llvm namespace