diff options
author | Charles Davis <cdavis@mines.edu> | 2011-05-26 05:17:43 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2011-05-26 05:17:43 +0000 |
commit | 3ac7b034d65bb1b78795931287f634d4efd7e151 (patch) | |
tree | 1c0a05a776d80b3f5fd43984abc422ed205fb388 /test/MC/AsmParser/directive_seh.s | |
parent | 97938081f321bc08ded74fc452523c35b7f9f17e (diff) | |
download | external_llvm-3ac7b034d65bb1b78795931287f634d4efd7e151.zip external_llvm-3ac7b034d65bb1b78795931287f634d4efd7e151.tar.gz external_llvm-3ac7b034d65bb1b78795931287f634d4efd7e151.tar.bz2 |
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
Diffstat (limited to 'test/MC/AsmParser/directive_seh.s')
-rw-r--r-- | test/MC/AsmParser/directive_seh.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_seh.s b/test/MC/AsmParser/directive_seh.s index b4384da..98fc606 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 |