From eba4dbf28d0ff9a2027fdda8c80fb39d65e24b24 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 27 Oct 2003 16:18:28 +0000 Subject: [PATCH] New testcase llvm-svn: 9528 --- llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll diff --git a/llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll b/llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll new file mode 100644 index 000000000000..4f68c7847454 --- /dev/null +++ b/llvm/test/Regression/Linker/2003-10-27-LinkOncePromote.ll @@ -0,0 +1,8 @@ +; The linker should merge link-once globals into strong external globals, +; just like it does for weak symbols! + +; RUN: echo "%X = global int 8" | llvm-as > %t.2.bc +; RUN: llvm-as < %s > %t.1.bc +; RUN: llvm-link %t.[12].bc + +%X = linkonce global int 7