llvm-project/llvm/test/CodeGen/AArch64/macho-trap.ll

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
166 B
LLVM
Raw Normal View History

; RUN: llc -mtriple=aarch64-apple-ios7.0 %s -o - | FileCheck %s
define void @test_unreachable() {
; CHECK-LABEL: test_unreachable:
; CHECK: brk #0x1
unreachable
}