Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunctions.ll
blob: 2d62231b74e3a69d08185b94ecd2e19494f13090 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
define
linkonce
i32
@func1
()
{
ret
i32
5
}