diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-15 15:38:31 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-15 15:38:31 +0000 |
| commit | f3a9e18dd663219af37c3dc3f344d4220f046e36 (patch) | |
| tree | 47688bbf03c0661e7fbe7826e9e183741fcb57de /llvm/test/Linker/ConstantGlobals2.ll | |
| parent | 2b09de986c58f57cc3f0e57dc7d4a69ccb61a72f (diff) | |
| download | bcm5719-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/ConstantGlobals2.ll')
| -rw-r--r-- | llvm/test/Linker/ConstantGlobals2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/ConstantGlobals2.ll b/llvm/test/Linker/ConstantGlobals2.ll index 9cd6bdb8c49..ad4428b9522 100644 --- a/llvm/test/Linker/ConstantGlobals2.ll +++ b/llvm/test/Linker/ConstantGlobals2.ll @@ -3,7 +3,7 @@ ; RUN: echo {@X = external global \[1 x i32\] } | \ ; RUN: llvm-as > %t.2.bc ; RUN: llvm-as < %s > %t.1.bc -; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep constant +; RUN: llvm-link %t.1.bc %t.2.bc -S | grep constant @X = constant [1 x i32] [ i32 12 ] ; <[1 x i32]*> [#uses=0] |

