[LLVMdev] Flow of function calls in llvm

Devang Patel devang.patel at gmail.com
Wed Feb 10 09:39:08 PST 2010


On Tue, Feb 9, 2010 at 1:45 PM, ambika <ambika at cse.iitb.ac.in> wrote:
> Hi,
>
> Is there a way to know flow of function calls when i run a .bc file with
> opt.
>

If you want to know the llvm pass execution sequence then try
--debug-pass=Details on opt command line.
-
Devang



More information about the llvm-dev mailing list