blob: cf59634e82c1dbaf4452a28c3c16a31759543857 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c | grep func1 | grep WEAK
John Criswell726f0b82004-02-26 22:55:11 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003define linkonce i32 @func1() {
4 ret i32 5
John Criswell726f0b82004-02-26 22:55:11 +00005}
6