brintos

brintos / llvm-project-archived public Read only

0
0
Text · 100 B · 0ff44a7 Raw
7 lines · plain
1; RUN: llc -mtriple=sparc < %s | grep weak2 3define weak i32 @func() nounwind {4entry:5  ret i32 06}7