[llvm-commits] [llvm] r132110 - /llvm/trunk/test/MC/AsmParser/directive_seh.s

Cameron Zwarich zwarich at apple.com
Thu May 26 01:31:14 PDT 2011


It looks like this test is causing leaks on the Valgrind bot.

Sent from my iPhone

On May 25, 2011, at 10:17 PM, Charles Davis <cdavis at mines.edu> wrote:

> Author: cdavis
> Date: Thu May 26 00:17:43 2011
> New Revision: 132110
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=132110&view=rev
> Log:
> Add a test for the chained directives that I forgot last time.
> 
> Modified:
>    llvm/trunk/test/MC/AsmParser/directive_seh.s
> 
> Modified: llvm/trunk/test/MC/AsmParser/directive_seh.s
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/directive_seh.s?rev=132110&r1=132109&r2=132110&view=diff
> ==============================================================================
> --- llvm/trunk/test/MC/AsmParser/directive_seh.s (original)
> +++ llvm/trunk/test/MC/AsmParser/directive_seh.s Thu May 26 00:17:43 2011
> @@ -12,6 +12,9 @@
> # CHECK-NOT: .section{{.*}}.xdata
> # CHECK: .seh_handlerdata
> # CHECK: .text
> +# CHECK: .seh_startchained
> +# CHECK: .seh_endprologue
> +# CHECK: .seh_endchained
> # CHECK: .seh_endproc
> 
>     .text
> 
> 
> _______________________________________________
> 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