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@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits