opt: Unknown command line argument '-debug'. Try: 'opt -help' opt: Did you mean '-debug-aa'? what is the difference between debug and debug-aa? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110504/fa362b40/attachment.html>
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.