mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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
This commit is contained in:
parent
dc6830ff25
commit
76591ca1eb
7
test/Linker/2006-06-15-GlobalVarAlignment.ll
Normal file
7
test/Linker/2006-06-15-GlobalVarAlignment.ll
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user