mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 03:56:28 +00:00
make this testcase check darwin32 also
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ea9890962
commit
4aebc9d8c7
@ -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-
|
Loading…
x
Reference in New Issue
Block a user