xo-jit: + td_to_llvm_type() + support native int+float values
This commit is contained in:
parent
d43ac46eab
commit
2a4b9a4360
2 changed files with 108 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue