From 76591ca1eba1be21534ba4734d31effb6b1f2d7d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 16 Jun 2006 01:20:58 +0000 Subject: New testcase, the linker is not merging alignments right. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28811 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Linker/2006-06-15-GlobalVarAlignment.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Linker/2006-06-15-GlobalVarAlignment.ll (limited to 'test/Linker') diff --git a/test/Linker/2006-06-15-GlobalVarAlignment.ll b/test/Linker/2006-06-15-GlobalVarAlignment.ll new file mode 100644 index 0000000000..65fde7c616 --- /dev/null +++ b/test/Linker/2006-06-15-GlobalVarAlignment.ll @@ -0,0 +1,7 @@ +; The linker should choose the largest alignment when linking. + +; RUN: echo "%X = global int 7, align 8" | llvm-as > %t.2.bc +; RUN: llvm-as < %s > %t.1.bc +; RUN: llvm-link %t.[12].bc | llvm-dis | grep 'align 8' + +%X = weak global int 7, align 4 -- cgit v1.2.3