xo-jit: basically drop ex_kaleidoscope4, jit .h removed
This commit is contained in:
parent
1f0c0cb71d
commit
921c70dcd7
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/** ex_kaleidoscop4.cpp **/
|
/** ex_kaleidoscop4.cpp **/
|
||||||
|
|
||||||
#include "xo/jit/KaleidoscopeJit.hpp"
|
#include "xo/jit/Jit.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
@ -8,9 +8,9 @@ main() {
|
||||||
using std::cerr;
|
using std::cerr;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
|
||||||
auto jit = xo::jit::KaleidoscopeJIT::Create();
|
//auto jit = xo::jit::KaleidoscopeJIT::Create();
|
||||||
|
|
||||||
cerr << "created kaleidoscope jit successfully" << endl;
|
//cerr << "created kaleidoscope jit successfully" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** end ex_kaleidoscope4.cpp **/
|
/** end ex_kaleidoscope4.cpp **/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue