summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mingw-w64-seh-exceptions.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-06-17 20:53:19 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-06-17 20:53:19 +0000
commitfa3804032d59c11a345ef7558d7938db43e86497 (patch)
tree0b9d11453d580ecd1e10980c95530eb845359506 /test/CodeGenCXX/mingw-w64-seh-exceptions.cpp
parent078478a40aed8bc50b994b393f03615e3092a521 (diff)
Update clang to take into account the changes to personality fns
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/mingw-w64-seh-exceptions.cpp')
-rw-r--r--test/CodeGenCXX/mingw-w64-seh-exceptions.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGenCXX/mingw-w64-seh-exceptions.cpp b/test/CodeGenCXX/mingw-w64-seh-exceptions.cpp
index bacddb2936..9025f877c5 100644
--- a/test/CodeGenCXX/mingw-w64-seh-exceptions.cpp
+++ b/test/CodeGenCXX/mingw-w64-seh-exceptions.cpp
@@ -16,9 +16,11 @@ extern "C" void test() {
}
// X64: define void @test()
+// X64-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_seh0 to i8*)
// X64: invoke void @foo()
-// X64: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_seh0 to i8*)
+// X64: landingpad { i8*, i32 }
// X86: define void @test()
+// X86-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
// X86: invoke void @foo()
-// X86: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
+// X86: landingpad { i8*, i32 }