llvm/test/Linker/2003-04-23-LinkOnceLost.ll
Rafael Espindola 13318e52ce Modernize the test a bit
Remove out of date comment.
Pass .ll files to llvm-link.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254210 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-27 23:13:17 +00:00

7 lines
158 B
LLVM

; RUN: echo " define linkonce void @foo() { ret void } " > %t.ll
; RUN: llvm-link %s %t.ll -S | FileCheck %s
; CHECK: linkonce{{.*}}foo
declare void @foo()