xo-jit: + td_to_llvm_type() + support native int+float values

This commit is contained in:
Roland Conybeare 2024-06-19 10:54:42 -04:00
commit 2a4b9a4360
2 changed files with 108 additions and 40 deletions

View file

@ -96,7 +96,7 @@ namespace xo {
void dump_current_module();
/** lookup symbol in jit-associated output library **/
llvm::orc::ExecutorAddr lookup_symbol(const std::string & x);
llvm::Expected<llvm::orc::ExecutorAddr> lookup_symbol(const std::string & x);
virtual void display(std::ostream & os) const;
virtual std::string display_string() const;