xo-jit: + example/ex_cpp/README

This commit is contained in:
Roland Conybeare 2024-07-10 16:11:20 -04:00
commit 3fa4029bc2

6
example/ex_cpp/README Normal file
View file

@ -0,0 +1,6 @@
Not including this in build for now.
Instead, use to manually generate .ll output:
$ clang -cc1 ex_cpp.cpp -emit-llvm
and inspect ex_cpp.ll