diff options
Diffstat (limited to 'test/Linker/2002-07-17-GlobalFail.ll')
-rw-r--r-- | test/Linker/2002-07-17-GlobalFail.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2002-07-17-GlobalFail.ll b/test/Linker/2002-07-17-GlobalFail.ll index 285b6abf11..d950e4019f 100644 --- a/test/Linker/2002-07-17-GlobalFail.ll +++ b/test/Linker/2002-07-17-GlobalFail.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s > %t.bc +; RUN: llvm-upgrade < %s | llvm-as > %t.bc ; RUN: echo | llvm-as > %t.tmp.bc ; RUN: llvm-link %t.tmp.bc %t.bc |