xo-jit: set data layout on llvm module as per kaleidoscope4
This commit is contained in:
parent
2b1827f5cc
commit
38d9609147
1 changed files with 3 additions and 0 deletions
|
|
@ -127,6 +127,9 @@ namespace xo {
|
|||
jit_object_layer_.setAutoClaimResponsibilityForObjectSymbols(true);
|
||||
}
|
||||
#endif
|
||||
|
||||
llvm_module_->setDataLayout(kal_jit_->getDataLayout());
|
||||
|
||||
}
|
||||
|
||||
const std::string &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue