mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Add hook for V8 target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a62384253
commit
3da5117334
@ -30,13 +30,21 @@ namespace llvm {
|
||||
IntrinsicLowering *IL = 0);
|
||||
|
||||
// allocateSparcV9TargetMachine - Allocate and return a subclass of
|
||||
// TargetMachine that implements the Sparc backend. This takes ownership of
|
||||
// the IntrinsicLowering pointer, deleting it when the target machine is
|
||||
// destroyed.
|
||||
// TargetMachine that implements the 64-bit Sparc backend. This takes
|
||||
// ownership of the IntrinsicLowering pointer, deleting it when the target
|
||||
// machine is destroyed.
|
||||
//
|
||||
TargetMachine *allocateSparcV9TargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL = 0);
|
||||
|
||||
// allocateSparcV8TargetMachine - Allocate and return a subclass of
|
||||
// TargetMachine that implements the 32-bit Sparc backend. This takes
|
||||
// ownership of the IntrinsicLowering pointer, deleting it when the target
|
||||
// machine is destroyed.
|
||||
//
|
||||
TargetMachine *allocateSparcV8TargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL = 0);
|
||||
|
||||
// allocateX86TargetMachine - Allocate and return a subclass of TargetMachine
|
||||
// that implements the X86 backend. This takes ownership of the
|
||||
// IntrinsicLowering pointer, deleting it when the target machine is
|
||||
|
Loading…
x
Reference in New Issue
Block a user