Hi all,<br>  I am a new user of LLVM~.<br>  I want to use LLVM C++ API to generate the LLVM IR.The question is how I can call the C functions in LLVM IR.I did not find the APIs in the documents.<br><br>  For Example:<br>   Function *func = Function:Create(...) //create a LLVM function<br>
   Here is another function I cannot represent with LLVM IR(maybe too complex),so I want to invoke the C function with LLVM IR in func.How can I do it?<br><br>--Thanks<br>