[LLVMdev] opt -debug not working

Duncan Sands baldrick at free.fr
Wed May 4 12:15:08 PDT 2011


Hi Manish,

> opt: Unknown command line argument '-debug'.  Try: 'opt -help'

I think you need to build with assertions enabled to get -debug.

> opt: Did you mean '-debug-aa'?
>
> what is the difference between debug and debug-aa?

debug-aa is for debugging alias analysis.

Ciao, Duncan.



More information about the llvm-dev mailing list