Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
090516fe932ad4ed14b72ea27017aeb4a15cb15c
/
.
/
llvm
/
test
/
Regression
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunctions.llx
blob: 918252d73679ae510985b2fddff4b66db4c854bc [
file
] [
log
] [
blame
]
John Criswell
6fd2e36
2004-02-26 22:55:11 +0000
[
diff
] [
blame
]
1
;
RUN
:
llvm
-
as
<
%
s
|
llc
-
march
=
c
|
grep func1
|
grep WEAK
2
3
implementation
4
5
linkonce
int
%
func1
()
{
6
ret
int
5
7
}
8