Sign in
swiftshader
/
SwiftShader
/
2f7f2ecb0520fc90f2ddea9aae27d82da39d9113
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunctions.ll
blob: 4e4a7f1e332888b8336d1720181d6b78b255a38e [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=c | grep func1 | grep WEAK
define
linkonce
i32
@func1
()
{
ret
i32
5
}