summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/personality.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-17 23:56:41 +0000
committerChris Lattner <sabre@nondot.org>2009-09-17 23:56:41 +0000
commit4aebc9d8c7441104d5600f20edd4f0d547998640 (patch)
tree0d4960cde2e2b0eb01b012f17681d9567957ed65 /test/CodeGen/X86/personality.ll
parent7ea9890962fae195601d3cf0db5789cdbd5bf69f (diff)
downloadllvm-4aebc9d8c7441104d5600f20edd4f0d547998640.tar.gz
llvm-4aebc9d8c7441104d5600f20edd4f0d547998640.tar.bz2
llvm-4aebc9d8c7441104d5600f20edd4f0d547998640.tar.xz
make this testcase check darwin32 also
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/personality.ll')
-rw-r--r--test/CodeGen/X86/personality.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGen/X86/personality.ll b/test/CodeGen/X86/personality.ll
index 853cf11f9a..a4d72a722d 100644
--- a/test/CodeGen/X86/personality.ll
+++ b/test/CodeGen/X86/personality.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin9 | FileCheck %s -check-prefix=X64
+; RUN: llc < %s -mtriple=i386-apple-darwin9 | FileCheck %s -check-prefix=X32
; PR1632
define void @_Z1fv() {
@@ -39,3 +40,10 @@ declare void @__cxa_end_catch()
; X64: Leh_frame_common_begin:
; X64: .long ___gxx_personality_v0@GOTPCREL+4
+
+; X32: .section __IMPORT,__pointers,non_lazy_symbol_pointers
+; X32: L___gxx_personality_v0$non_lazy_ptr:
+; X32: .indirect_symbol ___gxx_personality_v0
+; ....
+; X32: Leh_frame_common_begin:
+; X32: .long L___gxx_personality_v0$non_lazy_ptr- \ No newline at end of file