xo-jit: fix Jit::target_triple()
This commit is contained in:
parent
c16686fd4c
commit
a23e0f56c6
2 changed files with 10 additions and 1 deletions
|
|
@ -111,6 +111,10 @@ namespace xo {
|
|||
std::move(*data_layout));
|
||||
}
|
||||
|
||||
const std::string & target_triple() const {
|
||||
return xsession_->getTargetTriple().getTriple();
|
||||
}
|
||||
|
||||
const DataLayout & data_layout() const { return data_layout_; }
|
||||
|
||||
JITDylib &getMainJITDylib() { return MainJD; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue