1 ; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi | FileCheck %s
3 target 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 target triple = "armv7-unknown-linux-gnueabi"
6 define void @_Z4testv() {
10 ; CHECK-NOT: .handlerdata
13 call void @_Z15throw_exceptionv()
17 declare void @_Z15throw_exceptionv()