mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Put destructor out-of-line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
886b412fb0
commit
d118cd27e3
@ -15,6 +15,8 @@
|
|||||||
#include "llvm/CodeGen/MachineRelocation.h"
|
#include "llvm/CodeGen/MachineRelocation.h"
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
|
TargetMachOWriterInfo::~TargetMachOWriterInfo() {}
|
||||||
|
|
||||||
MachineRelocation
|
MachineRelocation
|
||||||
TargetMachOWriterInfo::GetJTRelocation(unsigned Offset,
|
TargetMachOWriterInfo::GetJTRelocation(unsigned Offset,
|
||||||
MachineBasicBlock *MBB) const {
|
MachineBasicBlock *MBB) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user