mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
Test that eh_selector lowering accepts global variables as well as bitcasts
of global variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99f9a77c49
commit
c88725fe21
14
test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll
Normal file
14
test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llvm-as < %s | llc -enable-eh
|
||||
|
||||
; ModuleID = '2007-04-14-EHSelectorCrash.bc'
|
||||
@__gnat_others_value = external constant i32 ; <i32*> [#uses=1]
|
||||
|
||||
define void @_ada_eh() {
|
||||
entry:
|
||||
%eh_select = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector( i8* null, i8* bitcast (i32 (...)* @__gnat_eh_personality to i8*), i32* @__gnat_others_value ) ; <i32> [#uses=0]
|
||||
ret void
|
||||
}
|
||||
|
||||
declare i32 @llvm.eh.selector(i8*, i8*, ...)
|
||||
|
||||
declare i32 @__gnat_eh_personality(...)
|
Loading…
x
Reference in New Issue
Block a user