2009-08-28-WeakLinkage.ll 98 Bytes Raw Blame History Permalink 1 2 3 4 5 6 ; RUN: llc -march=sparc < %s | grep weak define weak i32 @func() nounwind { entry: ret i32 0 }