forked from OSchip/llvm-project
parent
8bd5c77731
commit
3f741a560a
|
@ -28,6 +28,7 @@ Interpreter::Interpreter() : ExitCode(0), Profile(ProfileMode),
|
|||
|
||||
// Initialize the "backend"
|
||||
initializeExecutionEngine();
|
||||
initializeExternalMethods();
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue