[llvm-commits] [test-suite] r40797 - /test-suite/trunk/Makefile.programs

Reid Spencer rspencer at reidspencer.com
Fri Aug 3 17:57:32 PDT 2007


On Fri, 2007-08-03 at 16:58 -0700, Chris Lattner wrote:
> On Aug 3, 2007, at 4:49 PM, Reid Spencer wrote:
> 
> > Author: reid
> > Date: Fri Aug  3 18:49:37 2007
> > New Revision: 40797
> >
> > @@ -387,7 +377,7 @@
> >  # If the program requires exception handling support, enable  
> > (potentially
> >  # expensive) support for it.
> >  ifdef REQUIRES_EH_SUPPORT
> > -JIT_OPTS += -enable-correct-eh-support
> > +JIT_OPTS += -enable-eh
> >  endif
> 
> This seems unrelated and incorrect,

Its related in the sense of getting the number of false negatives
reduced in test-suite. The change was recommended by Anton. If its
incorrect, please take it up with him. It does, however, reduce
exception related errors.
> 
> -Chris
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list