[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / ARM / arm-macho-tail.ll
blob8c9b988ea7881ac856215030e1323522807a08db
1 ; RUN: llc -mtriple=thumbv7-apple-watchos %s -filetype=obj -o %t
2 ; RUN: llvm-objdump -r %t | FileCheck %s
4   ; Relocation needs to explicitly mention _bar rather than be __text relative
5   ; because the __text relative offset is not encodable in an ARM instruction.
6 ; CHECK: ARM_RELOC_BR24 _bar
7 define void @foo() "target-features"="-thumb-mode" {
8   tail call void @bar()
9   ret void
12 define void @one_inst() { ret void }
14 define void @bar() {
15   ret void