Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
2a333e6b14e94de7fa32dd0a772886d028515708
/
.
/
test
/
CodeGen
/
ARM
/
thumb-stub.ll
blob: 68001b6c0eecf64a9b708bc144a39cd471c817d6 [
file
]
; 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
}