forked from OSchip/llvm-project
parent
c27c70dc3d
commit
c85e32c730
|
@ -15,6 +15,8 @@
|
|||
#include "llvm/CodeGen/MachineRelocation.h"
|
||||
using namespace llvm;
|
||||
|
||||
TargetMachOWriterInfo::~TargetMachOWriterInfo() {}
|
||||
|
||||
MachineRelocation
|
||||
TargetMachOWriterInfo::GetJTRelocation(unsigned Offset,
|
||||
MachineBasicBlock *MBB) const {
|
||||
|
|
Loading…
Reference in New Issue