summaryrefslogtreecommitdiff
path: root/lib/jit_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jit_factory.cpp')
-rw-r--r--lib/jit_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_factory.cpp b/lib/jit_factory.cpp
index 8d7ef89..a437a52 100644
--- a/lib/jit_factory.cpp
+++ b/lib/jit_factory.cpp
@@ -237,7 +237,7 @@ void gras::jit_factory(const std::string &source, const std::vector<std::string>
#else //HAVE_LLVM
-void Factory::compile(const std::string &, const std::vector<std::string> &)
+void gras::jit_factory(const std::string &, const std::vector<std::string> &)
{
throw std::runtime_error("GRAS compiler not built with Clang support!");
}