bolt/deps/llvm-18.1.8/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll
2025-02-14 19:21:04 +01:00

6 lines
98 B
LLVM

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