xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/ehabi-no-landingpad.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64"
4*9880d681SAndroid Build Coastguard Workertarget triple = "armv7-unknown-linux-gnueabi"
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Workerdefine void @_Z4testv() {
7*9880d681SAndroid Build Coastguard Worker; CHECK: _Z4testv
8*9880d681SAndroid Build Coastguard Worker; CHECK: .fnstart
9*9880d681SAndroid Build Coastguard Worker; CHECK: .size
10*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: .handlerdata
11*9880d681SAndroid Build Coastguard Worker; CHECK: .fnend
12*9880d681SAndroid Build Coastguard Workerentry:
13*9880d681SAndroid Build Coastguard Worker  call void @_Z15throw_exceptionv()
14*9880d681SAndroid Build Coastguard Worker  ret void
15*9880d681SAndroid Build Coastguard Worker}
16*9880d681SAndroid Build Coastguard Worker
17*9880d681SAndroid Build Coastguard Workerdeclare void @_Z15throw_exceptionv()
18