From 6af31478ef03ea3a538258b37364a30708cf54a6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 12 Feb 2005 19:14:11 +0000 Subject: [PATCH] Reinstate this test, it is correct after all. llvm-svn: 20133 --- llvm/test/Regression/Linker/2005-02-12-ConstantGlobals.ll | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 llvm/test/Regression/Linker/2005-02-12-ConstantGlobals.ll diff --git a/llvm/test/Regression/Linker/2005-02-12-ConstantGlobals.ll b/llvm/test/Regression/Linker/2005-02-12-ConstantGlobals.ll new file mode 100644 index 000000000000..3067b8032a8d --- /dev/null +++ b/llvm/test/Regression/Linker/2005-02-12-ConstantGlobals.ll @@ -0,0 +1,8 @@ +; Test that a prototype can be marked const, and the definition is allowed +; to be nonconst. + +; RUN: echo "%X = global int 7" | llvm-as > %t.2.bc +; RUN: llvm-as < %s > %t.1.bc +; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant + +%X = external constant int