xo-jit: + lookup_symbol method on dynamic library

This commit is contained in:
Roland Conybeare 2024-06-15 15:14:22 -04:00
commit f7dfd67770
2 changed files with 16 additions and 0 deletions

View file

@ -95,6 +95,8 @@ namespace xo {
llvm::Value * codegen(ref::brw<Expression> expr);
llvm::orc::ExecutorAddr lookup_symbol(const std::string & x);
virtual void display(std::ostream & os) const;
virtual std::string display_string() const;