Closed LiuYang328 closed 7 months ago
Hi, Yes. As of now, the input is expected to be .ll/.bc. You can generate them from C/C++ (and other LLVM-compatible sources) using an appropriate Clang compiler with -emit-llvm
flag.
Closing this thread for now. Please feel free to reopen if needed.
Does the input file have to be .ll or .bc?
can i use .py or .cpp file to do the embedding?