mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-20 17:38:00 +00:00
PPC: Reinstate the fatal error when trying to emit a macho file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb4028b91d
commit
d3022b8946
@ -61,7 +61,9 @@ public:
|
||||
void RecordRelocation(MachObjectWriter *Writer,
|
||||
const MCAssembler &Asm, const MCAsmLayout &Layout,
|
||||
const MCFragment *Fragment, const MCFixup &Fixup,
|
||||
MCValue Target, uint64_t &FixedValue) {}
|
||||
MCValue Target, uint64_t &FixedValue) {
|
||||
llvm_unreachable("Relocation emission for MachO/PPC unimplemented!");
|
||||
}
|
||||
};
|
||||
|
||||
class PPCAsmBackend : public MCAsmBackend {
|
||||
|
Loading…
x
Reference in New Issue
Block a user