xo-umbrella2/xo-jit/example/ex_kaleidoscope4/ex_kaleidoscope4.cpp
Roland Conybeare 1443af05e0 git subrepo clone git@github.com:Rconybea/xo-jit.git xo-jit
subrepo:
  subdir:   "xo-jit"
  merged:   "29904c01"
upstream:
  origin:   "git@github.com:Rconybea/xo-jit.git"
  branch:   "main"
  commit:   "29904c01"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:13:26 -04:00

16 lines
285 B
C++

/** ex_kaleidoscop4.cpp **/
#include "xo/jit/Jit.hpp"
#include <iostream>
int
main() {
using std::cerr;
using std::endl;
//auto jit = xo::jit::KaleidoscopeJIT::Create();
//cerr << "created kaleidoscope jit successfully" << endl;
}
/** end ex_kaleidoscope4.cpp **/