mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user