thumb-stub.ll 174 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 ; RUN: llc -relocation-model=pic -mtriple=thumb-apple-darwin < %s | FileCheck %s declare hidden void @f() ; CHECK: bl _f define void @g() { call void @f() ret void }