summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/LinkOnce.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-10 07:21:50 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-10 07:21:50 +0000
commit5f4b355f209c772f438d33f3e60c04403d5462eb (patch)
tree25f6441aedb4ae5e89993b0ebaca6817ef24acd2 /llvm/test/Linker/LinkOnce.ll
parentb5d11980d9c54e4a0ebb3873ef89054726643658 (diff)
downloadbcm5719-llvm-5f4b355f209c772f438d33f3e60c04403d5462eb.tar.gz
bcm5719-llvm-5f4b355f209c772f438d33f3e60c04403d5462eb.zip
Remove llvm-upgrade and update tests.
llvm-svn: 48137
Diffstat (limited to 'llvm/test/Linker/LinkOnce.ll')
-rw-r--r--llvm/test/Linker/LinkOnce.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Linker/LinkOnce.ll b/llvm/test/Linker/LinkOnce.ll
index b1a02160606..5befd77a4aa 100644
--- a/llvm/test/Linker/LinkOnce.ll
+++ b/llvm/test/Linker/LinkOnce.ll
@@ -1,8 +1,8 @@
; This fails because the linker renames the non-opaque type not the opaque
; one...
-; RUN: echo "%X = linkonce global int 8" | llvm-upgrade | llvm-as > %t.2.bc
-; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc
+; RUN: echo "@X = linkonce global i32 8" | llvm-as > %t.2.bc
+; RUN: llvm-as < %s > %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis
-%X = linkonce global int 7
+@X = linkonce global i32 7 ; <i32*> [#uses=0]
OpenPOWER on IntegriCloud