diff options
Diffstat (limited to 'test/ELF/trace-ar.s')
-rw-r--r-- | test/ELF/trace-ar.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/trace-ar.s b/test/ELF/trace-ar.s index 1d178dc9dd374..0a71f7eba9f4b 100644 --- a/test/ELF/trace-ar.s +++ b/test/ELF/trace-ar.s @@ -2,6 +2,7 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.foo.o # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/trace-ar1.s -o %t.obj1.o # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/trace-ar2.s -o %t.obj2.o +# RUN: rm -f %t.boo.a # RUN: llvm-ar rcs %t.boo.a %t.obj1.o %t.obj2.o ## Check how -t works with achieves |