Hi, Is there a way to know flow of function calls when i run a .bc file with opt. regards, Ambika
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