brintos

brintos / llvm-project-archived public Read only

0
0
Text · 352 B · 34417aa Raw
11 lines · plain
1; RUN: llc -mtriple=armv7-apple-ios7.0 %s -o - | FileCheck %s2; RUN: llc -mtriple=thumbv7-apple-ios7.0 %s -o - | FileCheck %s3; RUN: llc -mtriple=thumbv7m-apple-macho %s -o - | FileCheck %s4; RUN: llc -mtriple=thumbv6m-apple-macho %s -o - | FileCheck %s5 6define void @test_unreachable() {7; CHECK-LABEL: test_unreachable:8; CHECK: trap9  unreachable10}11