From 3ac7b034d65bb1b78795931287f634d4efd7e151 Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Thu, 26 May 2011 05:17:43 +0000 Subject: [PATCH] Add a test for the chained directives that I forgot last time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132110 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/directive_seh.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/MC/AsmParser/directive_seh.s b/test/MC/AsmParser/directive_seh.s index b4384daf481..98fc6061f9d 100644 --- a/test/MC/AsmParser/directive_seh.s +++ b/test/MC/AsmParser/directive_seh.s @@ -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 -- 2.34.1