mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Do not register ppc64 yet, as it breaks the SparcV9 backend
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42db1a04ef
commit
f908888553
@ -42,8 +42,11 @@ namespace {
|
|||||||
// Register the targets
|
// Register the targets
|
||||||
RegisterTarget<PPC32TargetMachine>
|
RegisterTarget<PPC32TargetMachine>
|
||||||
X("ppc32", " PowerPC 32-bit (experimental)");
|
X("ppc32", " PowerPC 32-bit (experimental)");
|
||||||
|
|
||||||
|
#if 0
|
||||||
RegisterTarget<PPC64TargetMachine>
|
RegisterTarget<PPC64TargetMachine>
|
||||||
Y("ppc64", " PowerPC 64-bit (unimplemented)");
|
Y("ppc64", " PowerPC 64-bit (unimplemented)");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,
|
PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user