forked from OSchip/llvm-project
parent
1caf0161f2
commit
b7b78508a8
|
@ -43,6 +43,10 @@ class JIT : public ExecutionEngine {
|
|||
public:
|
||||
~JIT();
|
||||
|
||||
/// getJITInfo - Return the target JIT information structure.
|
||||
///
|
||||
TargetJITInfo &getJITInfo() const { return TJI; }
|
||||
|
||||
/// create - Create an return a new JIT compiler if there is one available
|
||||
/// for the current target. Otherwise, return null. If the JIT is created
|
||||
/// successfully, it takes responsibility for deleting the specified
|
||||
|
|
Loading…
Reference in New Issue