Unverified Commit 6ee9c2f8 by 雾雨魔理沙 Committed by GitHub

typo (#5008)

parent 450f7163
......@@ -296,7 +296,7 @@ class LLVMModuleNode final : public runtime::ModuleNode {
<< layout.getStringRepresentation() << ")";
ee_ = builder.create(tm.release());
CHECK(ee_ != nullptr)
<< "Failed to initialize git engine for " << mptr_->getTargetTriple();
<< "Failed to initialize jit engine for " << mptr_->getTargetTriple();
ee_->runStaticConstructorsDestructors(false);
// setup context address.
entry_func_ =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment