Displaying 1 result from an estimated 1 matches for "insertselect".
2014 Sep 03
2
[LLVMdev] Convert C code with external library access to llvm
Hi,
I have written a c program which accesses sqlite database.
Normally I compile the program as
$ clang insertselect.c -l sqlite3
To emit-llvm I use:
> $ clang insertselect.c -S -emit-llvm
How do I link the sqlite3 library so that llvm can generate IR with the IR
being linked to the external library?
Thanks for your help?
Thanks
Prakash
-------------- next part --------------
An HTML attachment was...