Global variables are not renamed by llvm-upgrade any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-01-05 18:37:18 +00:00
parent 98ed6963e3
commit e5fe98cbb0
5 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
; RUN: llvm-upgrade < %s | llvm-as | \ ; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ ; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
; RUN: grep L_Arr.s.non_lazy_ptr && ; RUN: grep L_Arr.non_lazy_ptr &&
; RUN: llvm-upgrade < %s | llvm-as | \ ; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\ ; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
; RUN: %prcontext L_Arr.s.non_lazy_ptr 1 | grep '4(%esp)' ; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep '4(%esp)'
%Arr = external global [0 x int] ; <[0 x int]*> [#uses=2] %Arr = external global [0 x int] ; <[0 x int]*> [#uses=2]

View File

@ -1,6 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+5" && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+5" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+1" && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+1" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+9" && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+9" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+19" && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+19" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+4" ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+4"

View File

@ -1,7 +1,7 @@
; RUN: echo "%G = appending global [0 x int] zeroinitializer" | llvm-upgrade |\ ; RUN: echo "%G = appending global [0 x int] zeroinitializer" | llvm-upgrade |\
; RUN: llvm-as > %t.out2.bc ; RUN: llvm-as > %t.out2.bc
; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc ; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
; RUN: llvm-link %t.out[12].bc | llvm-dis | grep '%G.s =' ; RUN: llvm-link %t.out[12].bc | llvm-dis | grep '%G ='
; When linked, the globals should be merged, and the result should still ; When linked, the globals should be merged, and the result should still
; be named '%G'. ; be named '%G'.

View File

@ -1,9 +1,9 @@
; RUN: llvm-upgrade < %s | llvm-as > %t.bc ; RUN: llvm-upgrade < %s | llvm-as > %t.bc
; RUN: llvm-upgrade < `dirname %s`/testlink1.ll | llvm-as > %t2.bc ; RUN: llvm-upgrade < `dirname %s`/testlink1.ll | llvm-as > %t2.bc
; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc -f ; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc -f
; RUN: llvm-dis < %t1.bc | grep "kallsyms_names.u = extern_weak" && ; RUN: llvm-dis < %t1.bc | grep "kallsyms_names = extern_weak" &&
; RUN: llvm-dis < %t1.bc | grep "MyVar.s = external global i32" && ; RUN: llvm-dis < %t1.bc | grep "MyVar = external global i32" &&
; RUN: llvm-dis < %t1.bc | grep "Inte.s = global i32" ; RUN: llvm-dis < %t1.bc | grep "Inte = global i32"
%kallsyms_names = extern_weak global [0 x ubyte] %kallsyms_names = extern_weak global [0 x ubyte]
%MyVar = extern_weak global int %MyVar = extern_weak global int

View File

@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | \ ; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | \
; RUN: grep 'G1.s = internal constant' ; RUN: grep 'G1 = internal constant'
%G1 = internal global [58 x sbyte] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00" %G1 = internal global [58 x sbyte] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00"