• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=c | grep func1 | grep WEAK
2
3define linkonce i32 @func1() {
4        ret i32 5
5}
6
7