[PATCH] Cleanup: Remove use of old "-enable-correct-eh-support" option from a test

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Mar 12 18:14:36 PDT 2014


LGTM

On 12 March 2014 20:56, Mark Seaborn <mseaborn at chromium.org> wrote:
> Hi asl,
>
> Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
>
> This option enables LowerInvoke's obsolete SJLJ EH support, but the
> target used in this test (ARM Darwin) no longer uses the LowerInvoke
> pass, so the option has no effect here.  This target currently uses
> the newer SjLjEHPrepare pass instead.
>
> This cleanup will help with removing "-enable-correct-eh-support".
>
>
> http://llvm-reviews.chandlerc.com/D3064
>
> Files:
>   test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
>
> Index: test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
> ===================================================================
> --- test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
> +++ test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
> @@ -1,4 +1,4 @@
> -; RUN: llc -enable-correct-eh-support < %s
> +; RUN: llc < %s
>  ; PR7716
>  target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32-n32"
>  target triple = "thumbv7-apple-darwin10.0.0"
>
> _______________________________________________
> 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