llvm-project/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll

7 lines
108 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=sparc | grep weak
define weak i32 @func() nounwind {
entry:
ret i32 0
}