[LLVMdev] how to get Callgraph from a bunch of .bc files?
Saman Zonouz
samy_442 at yahoo.com
Fri Jul 24 06:19:11 PDT 2009
Dear All,
The problem I have is to how to get the callgraph for the whole application given .bc file of each source file? using opt as "opt -dot-callgraph main.bc" gives a single callGraph for main.bc but how can I generate a CallGraph that includes all functions in all the .bc files?
Thanks,
::Saman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090724/41f31700/attachment.html>
More information about the llvm-dev
mailing list