From b2f40f754acb427a46c4c237cd89c0ee0cdd3c3b Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 24 Aug 2013 18:57:37 -0700 Subject: gras: fix jit factory declaration when no LLVM --- lib/jit_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #else //HAVE_LLVM -void Factory::compile(const std::string &, const std::vector &) +void gras::jit_factory(const std::string &, const std::vector &) { throw std::runtime_error("GRAS compiler not built with Clang support!"); } -- cgit