X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2006-06-15-GlobalVarAlignment.ll;h=eec8f637be0d4522a2908b6117d09f58d7e478ba;hb=fef904d0e824a2c587f8c1063b6c4fbf47fec898;hp=22e9755caea8ac46ed963145a03ae271aa2c0c3e;hpb=eacb7020ec7b0a6a0078f1be7bfd77bf6fe1ff06;p=oota-llvm.git diff --git a/test/Linker/2006-06-15-GlobalVarAlignment.ll b/test/Linker/2006-06-15-GlobalVarAlignment.ll index 22e9755caea..eec8f637be0 100644 --- a/test/Linker/2006-06-15-GlobalVarAlignment.ll +++ b/test/Linker/2006-06-15-GlobalVarAlignment.ll @@ -1,7 +1,7 @@ ; The linker should choose the largest alignment when linking. -; RUN: echo "%X = global int 7, align 8" | llvm-upgrade | llvm-as > %t.2.bc -; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc -; RUN: llvm-link %t.[12].bc | llvm-dis | grep 'align 8' +; RUN: echo "@X = global i32 7, align 8" | llvm-as > %t.2.bc +; RUN: llvm-as < %s > %t.1.bc +; RUN: llvm-link %t.1.bc %t.2.bc -S | grep "align 8" -%X = weak global int 7, align 4 +@X = weak global i32 7, align 4