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

Charles Davis cdavis at mines.edu
Wed May 25 22:17:43 PDT 2011


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





More information about the llvm-commits mailing list