[LLVMdev] opt -analyze

Ryan M. Lefever lefever at crhc.uiuc.edu
Fri Feb 23 14:52:03 PST 2007


When the -analyze option is passed to opt, the print() function is
called on each pass that opt executes, but no bytecode is generated.  Is
there a way to get opt to call the print() function on each pass that it
executes *and* produce bytecode.

Thanks,
Ryan




More information about the llvm-dev mailing list