[LLVMdev] LLVM IR for 3rd Party Library

Prakash Premkumar prakash.prax at gmail.com
Mon Aug 11 07:06:03 PDT 2014


Hi,

How does clang++ generate IR for 3rd party libraries ?

let’s assume i have a cpp file with postgres cpp api calls,

if i compile the file with -S -emit-llvm flags , i get an IR file , even
though the library is a 3rd party library IR is generated for it . How does
it happen ?

Can somebody please explain?


Thanks

Prakash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140811/ff9fe41e/attachment.html>


More information about the llvm-dev mailing list