[llvm-commits] [test-suite] r40797 - /test-suite/trunk/Makefile.programs
Chris Lattner
clattner at apple.com
Fri Aug 3 16:58:43 PDT 2007
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,
-Chris
More information about the llvm-commits
mailing list