[LLVMdev] -debug and -print-machineinstrs broken

David Greene dag at cray.com
Fri Nov 13 14:47:47 PST 2009


On Friday 13 November 2009 16:46, David Greene wrote:

> Is there any value is making isa<>, cast<> and friends a full
> dynamic_cast<> in paranoid build mode?  It could help identify problems
> like this.

Sorry, I used my own lingo there.  By "paranoid" I mean 
--enable-expensive-checks.  Another option would be to check
cast<>, isa<>, etc. against dynamic_cast<> with --enable-expensive-checks.

                                      -Dave




More information about the llvm-dev mailing list