From a4610ec6babfd341a7aaeb94c7f75343b72bb25d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 17:07:23 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6930 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CBackend/2003-06-28-LinkOnceGlobalVars.llx | 4 ++++ test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 test/CBackend/2003-06-28-LinkOnceGlobalVars.llx create mode 100644 test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx diff --git a/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx new file mode 100644 index 00000000000..e135f2ff5c9 --- /dev/null +++ b/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx @@ -0,0 +1,4 @@ +; RUN: as < %s | dis -c | grep common | grep X + +%X = linkonce global int 5 + diff --git a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx new file mode 100644 index 00000000000..e135f2ff5c9 --- /dev/null +++ b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx @@ -0,0 +1,4 @@ +; RUN: as < %s | dis -c | grep common | grep X + +%X = linkonce global int 5 + -- 2.34.1