summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-15 15:38:31 +0000
committerDan Gohman <gohman@apple.com>2009-09-15 15:38:31 +0000
commitf3a9e18dd663219af37c3dc3f344d4220f046e36 (patch)
tree47688bbf03c0661e7fbe7826e9e183741fcb57de /llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
parent2b09de986c58f57cc3f0e57dc7d4a69ccb61a72f (diff)
downloadbcm5719-llvm-f3a9e18dd663219af37c3dc3f344d4220f046e36.tar.gz
bcm5719-llvm-f3a9e18dd663219af37c3dc3f344d4220f046e36.zip
Use llvm-link -S instead of using llvm-dis.
llvm-svn: 81860
Diffstat (limited to 'llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll')
-rw-r--r--llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll b/llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
index 2637da17f3f..7d1020ddf28 100644
--- a/llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
+++ b/llvm/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
@@ -1,7 +1,7 @@
; RUN: echo { @G = appending global \[0 x i32\] zeroinitializer } | \
; RUN: llvm-as > %t.out2.bc
; RUN: llvm-as < %s > %t.out1.bc
-; RUN: llvm-link %t.out1.bc %t.out2.bc | llvm-dis | grep {@G =}
+; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep {@G =}
; When linked, the globals should be merged, and the result should still
; be named '@G'.
OpenPOWER on IntegriCloud