Sign in
swiftshader
/
SwiftShader
/
2a2927164882dfd72290845b7e8564c8655fd7b2
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
SPARC
/
2009-08-28-WeakLinkage.ll
blob: 0167d3237aad818cf07d9578f52f5768cf0a28e0 [
file
]
; RUN: llc -march=sparc < %s | grep weak
define
weak
i32
@func
()
nounwind
{
entry
:
ret
i32
0
}