The Nest
Explore
Sign in
nuudlman
llvm
llvm
test
CodeGen
SPARC
2009-08-28-WeakLinkage.ll
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
; RUN: llc -march=sparc < %s | grep weak define weak i32 @func() nounwind { entry: ret i32 0 }