This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7132e325d5
llvm-6502
/
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83837 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-12 09:31:55 +00: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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81877 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-15 17:46:24 +00:00
define
weak
i32
@func
(
)
nounwind
{
entry:
ret
i32
0
}
Reference in New Issue
Copy Permalink