I have mylib.c
file which has some functions. I want to use those functions from my .c
file as external ones in compiled llvm code. I'm playing with LLVM interpreter (lli-4.0
) and I wonder how can I tell lli
to use functions from my .c
file?
问问题
871 次