diff options
Diffstat (limited to 'test/Archive/ranlib_SVR4.ll')
-rw-r--r-- | test/Archive/ranlib_SVR4.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Archive/ranlib_SVR4.ll b/test/Archive/ranlib_SVR4.ll index 137bad7fb6..a7da63d031 100644 --- a/test/Archive/ranlib_SVR4.ll +++ b/test/Archive/ranlib_SVR4.ll @@ -1,9 +1,9 @@ ;This isn't really an assembly file, its just here to run the test. ;This test just makes sure that llvm-ar can generate a symbol table for ;SVR4 style archives -;RUN: cp %p/SVR4.a SVR4_copy.a -;RUN: llvm-ranlib SVR4_copy.a -;RUN: llvm-ar t SVR4_copy.a > %t1 +;RUN: cp %p/SVR4.a %t.SVR4.a +;RUN: llvm-ranlib %t.SVR4.a +;RUN: llvm-ar t %t.SVR4.a > %t1 ;RUN: sed -e '/^;.*/d' %s >%t2 ;RUN: diff %t2 %t1 evenlen |