[llvm-commits] [llvm] r80530 - in /llvm/trunk/lib/CodeGen: AsmPrinter/DwarfException.cpp SjLjEHPrepare.cpp

Chris Lattner clattner at apple.com
Mon Aug 31 10:05:48 PDT 2009


On Aug 31, 2009, at 8:57 AM, Jim Grosbach wrote:

> This is caught by MultiSource/Applications/kimwitu++/kc. A variation
> that can also fail is caught by SingleSource/Regression/C++/EH/
> function_try_block.
>
> I can add an additional compile-time test to 'make check' if you want.
> I'm not sure how useful that is, though, as it would be checking
> nothing that isn't handled by the above tests, and would miss any
> runtime issues.

For something like this, adding a test to the dejagnu suite is a good  
idea.  It is run much more frequently than llvm-test.  Please reduce  
the testcase to the essentials required to reproduce the failure  
though, don't just check in a massive test or a bugpoint reduced test.

-Chris



More information about the llvm-commits mailing list