mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
The hopefully final version of addPassesToEmitMachineCode which does not
have any question about ownership git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f86c0e0cab
commit
b7a2d2256f
@ -97,11 +97,10 @@ public:
|
||||
/// get machine code emitted. This uses a MAchineCodeEmitter object to handle
|
||||
/// actually outputting the machine code and resolving things like the address
|
||||
/// of functions. This method should returns true if machine code emission is
|
||||
/// not supported. The ownership of the MCE is not transfered to the backend
|
||||
/// pass... the caller of this method should delete it.
|
||||
/// not supported.
|
||||
///
|
||||
virtual bool addPassesToEmitMachineCode(PassManager &PM,
|
||||
MachineCodeEmitter *MCE) {
|
||||
MachineCodeEmitter &MCE) {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user