forked from OSchip/llvm-project
Allow allocation of a Sparc TargetMachine.
llvm-svn: 6364
This commit is contained in:
parent
e195b7c0fc
commit
26a5537e9d
|
@ -25,7 +25,8 @@ class TargetMachine;
|
|||
// allocateSparcTargetMachine - Allocate and return a subclass of TargetMachine
|
||||
// that implements the Sparc backend.
|
||||
//
|
||||
TargetMachine *allocateSparcTargetMachine();
|
||||
TargetMachine *allocateSparcTargetMachine(unsigned Configuration =
|
||||
TM::PtrSize64|TM::BigEndian);
|
||||
|
||||
// allocateX86TargetMachine - Allocate and return a subclass of TargetMachine
|
||||
// that implements the X86 backend. The X86 target machine can run in
|
||||
|
|
Loading…
Reference in New Issue