typo (#5008)
author雾雨魔理沙 <lolisa@marisa.moe>
Mon, 9 Mar 2020 19:50:23 +0000 (12:50 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 19:50:23 +0000 (12:50 -0700)
src/target/llvm/llvm_module.cc

index 2e04920..7f46809 100644 (file)
@@ -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_ =