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

7 lines
98 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -march=sparc < %s | grep weak
define weak i32 @func() nounwind {
entry:
ret i32 0
}