[cfe-users] find external function from other module within module pass

Bella V via cfe-users cfe-users at lists.llvm.org
Tue Jan 18 17:34:38 PST 2022


Hello,
I have a module pass as well as a function pass which I'm invoking on
shared library LLVM IR .so (which has multiple C source files). The library
has linked external functions from another module (shared library), how do
I identify those functions which are not defined in the current module.
Tried the DI LLVM API.
Would really appreciate any help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20220118/98b18d72/attachment.html>


More information about the cfe-users mailing list