llvm-6502/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.llx
2006-12-02 04:23:10 +00:00

9 lines
132 B
Plaintext

; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep func1 | grep WEAK
implementation
linkonce int %func1 () {
ret int 5
}