[LLVMdev] Removal of analyze tool

Reid Spencer rspencer at reidspencer.com
Sun Aug 20 10:42:28 PDT 2006


Caveat Emptor.

The new version of opt will generate some warnings about duplicate
command line option registration.  These are annoying but harmless.
Please see http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=885 for details.

Reid.

On Fri, 2006-08-18 at 09:53 -0700, Reid Spencer wrote:
> All,
> 
> As of last night's commits, the analyze tool's functionality has been
> moved to the opt tool. This was requested in PR872. The change reduces
> LLVM's Debug footprint by 36MB without any loss of functionality. To
> obtain analyze's old functionality, pass the -analyze switch to the opt
> tool. 
> 
> If you previously did this:
>    analyze $FNAME -domset -disable-verify
> you would now do this:
>    opt -analyze $FNAME -domset -disable-verify
> 
> Pretty simple.
> 
> Reid.
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list