1 ; RUN: llc -mtriple=arm64-apple-ios %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=arm64-apple-ios -global-isel %s -o - | FileCheck %s
4 define void @test_ubsantrap() {
5 ; CHECK-LABEL: test_ubsantrap
7 call void @llvm.ubsantrap(i8 12)
11 define void @test_ubsantrap_function() {
12 ; CHECK-LABEL: test_ubsantrap_function:
15 call void @llvm.ubsantrap(i8 12) "trap-func-name"="wibble"
19 declare void @llvm.ubsantrap(i8)