xo-jit: basically drop ex_kaleidoscope4, jit .h removed

This commit is contained in:
Roland Conybeare 2024-07-05 18:51:23 -04:00
commit 921c70dcd7

View file

@ -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 **/