brintos

brintos / llvm-project-archived public Read only

0
0
Text · 174 B · 68001b6 Raw
11 lines · plain
1; RUN: llc  -relocation-model=pic -mtriple=thumb-apple-darwin < %s | FileCheck %s2 3declare hidden void @f()4 5; CHECK: bl _f6 7define void @g() {8  call void @f()9  ret void10}11