mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Make sure to provide a prototype for the cbackend
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa82943a1d
commit
8ff9a8639a
@ -21,6 +21,14 @@ namespace llvm {
|
||||
class Module;
|
||||
class IntrinsicLowering;
|
||||
|
||||
// allocateCTargetMachine - Allocate and return a subclass of TargetMachine
|
||||
// that implements emits C code. This takes ownership of the
|
||||
// IntrinsicLowering pointer, deleting it when the target machine is
|
||||
// destroyed.
|
||||
//
|
||||
TargetMachine *allocateCTargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL = 0);
|
||||
|
||||
// allocateSparcTargetMachine - 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user