mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
Remove the MCObjectFormat class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
namespace llvm {
|
||||
class MCFixup;
|
||||
class MCInst;
|
||||
class MCObjectFormat;
|
||||
class MCObjectWriter;
|
||||
class MCSection;
|
||||
template<typename T>
|
||||
@@ -37,8 +36,6 @@ protected: // Can only create subclasses.
|
||||
public:
|
||||
virtual ~TargetAsmBackend();
|
||||
|
||||
virtual const MCObjectFormat &getObjectFormat() const = 0;
|
||||
|
||||
/// createObjectWriter - Create a new MCObjectWriter instance for use by the
|
||||
/// assembler backend to emit the final object file.
|
||||
virtual MCObjectWriter *createObjectWriter(raw_ostream &OS) const = 0;
|
||||
|
Reference in New Issue
Block a user