mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
Initial version of MachineCodeEmitter interface: empty
llvm-svn: 4864
This commit is contained in:
parent
920d619d39
commit
54d6377268
20
include/llvm/CodeGen/MachineCodeEmitter.h
Normal file
20
include/llvm/CodeGen/MachineCodeEmitter.h
Normal file
@ -0,0 +1,20 @@
|
||||
//===-- llvm/CodeGen/MachineCodeEmitter.h - Code emission -------*- C++ -*-===//
|
||||
//
|
||||
// This file defines an abstract interface that is used by the machine code
|
||||
// emission framework to output the code. This allows machine code emission to
|
||||
// be seperated from concerns such as resolution of call targets, and where the
|
||||
// machine code will be written (memory or disk, f.e.).
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CODEGEN_MACHINE_CODE_EMITTER_H
|
||||
#define LLVM_CODEGEN_MACHINE_CODE_EMITTER_H
|
||||
|
||||
struct MachineCodeEmitter {
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user