forked from OSchip/llvm-project
7 lines
113 B
LLVM
7 lines
113 B
LLVM
![]() |
; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
|
||
![]() |
|
||
![]() |
define linkonce i32 @func1() {
|
||
|
ret i32 5
|
||
![]() |
}
|
||
|
|