diff options
Diffstat (limited to 'test/CodeGen/X86/2007-05-05-Personality.ll')
| -rw-r--r-- | test/CodeGen/X86/2007-05-05-Personality.ll | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/test/CodeGen/X86/2007-05-05-Personality.ll b/test/CodeGen/X86/2007-05-05-Personality.ll index 7d21b71ac373..b99c58c6e4af 100644 --- a/test/CodeGen/X86/2007-05-05-Personality.ll +++ b/test/CodeGen/X86/2007-05-05-Personality.ll @@ -1,7 +1,14 @@ -; RUN: llc < %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s +; RUN: llc < %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s --check-prefix=LIN +; RUN: llc < %s -mtriple=i386-pc-mingw32 -o - | FileCheck %s --check-prefix=WIN +; RUN: llc < %s -mtriple=i686-pc-windows-gnu -o - | FileCheck %s --check-prefix=WIN +; RUN: llc < %s -mtriple=x86_64-pc-windows-gnu -o - | FileCheck %s --check-prefix=WIN64 -; CHECK: .cfi_personality 0, __gnat_eh_personality -; CHECK: .cfi_lsda 0, .Lexception0 +; LIN: .cfi_personality 0, __gnat_eh_personality +; LIN: .cfi_lsda 0, .Lexception0 +; WIN: .cfi_personality 0, ___gnat_eh_personality +; WIN: .cfi_lsda 0, Lexception0 +; WIN64: .seh_handler __gnat_eh_personality +; WIN64: .seh_handlerdata @error = external global i8 @@ -10,7 +17,7 @@ entry: invoke void @raise() to label %eh_then unwind label %unwind -unwind: ; preds = %entry +unwind: ; preds = %entry %eh_ptr = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gnat_eh_personality to i8*) catch i8* @error %eh_select = extractvalue { i8*, i32 } %eh_ptr, 1 |
