This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
79dc4420f0
llvm-project
/
llvm
/
test
/
CodeGen
/
SPARC
/
2009-08-28-WeakLinkage.ll
7 lines
98 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate some redundant llvm-as calls. llvm-svn: 83837
2009-10-12 17:31:55 +08:00
; RUN: llc -march=sparc < %s | grep weak
several major improvements to the sparc backend: support for weak linkage and PIC codegen. Patch by Venkatraman Govindaraju! llvm-svn: 81877
2009-09-16 01:46:24 +08:00
define
weak
i32
@func
(
)
nounwind
{
entry:
ret
i32
0
}