Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
AArch64
/
arm64-weak-reference.ll
blob: e8074def4e6e450c7e21a215bd01a6943cf5241b [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=arm64-apple-ios | FileCheck %s
@x
=
extern_weak
global
i32
define
i32
@fn
()
nounwind
ssp
{
; CHECK-LABEL: fn:
; CHECK: .weak_reference
%val
=
load
i32
,
i32
*
@x
,
align
4
ret
i32
%val
}