From 3fa4029bc222f70c5c05d64c0fe2303a4de26112 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 10 Jul 2024 16:11:20 -0400 Subject: [PATCH] xo-jit: + example/ex_cpp/README --- example/ex_cpp/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example/ex_cpp/README diff --git a/example/ex_cpp/README b/example/ex_cpp/README new file mode 100644 index 00000000..b67ad2e8 --- /dev/null +++ b/example/ex_cpp/README @@ -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