repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
Linker
/
2006-06-15-GlobalVarAlignment.ll
blob
df3284bedea82576525ce5c7118ad163cbfbb64c
1
; The linker should choose the largest alignment when linking.
2
3
; RUN: echo {@X = global i32 7, align 8} | llvm-as > %t.2.bc
4
; RUN: llvm-as < %s > %t.1.bc
5
; RUN: llvm-link %t.1.bc %t.2.bc -S | grep {align 8}
6
7
@X = weak global i32 7, align 4