diff options
Diffstat (limited to 'test/ELF/no-obj.s')
| -rw-r--r-- | test/ELF/no-obj.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/no-obj.s b/test/ELF/no-obj.s index 1a4bf98c181e..4e8bcee2a1a0 100644 --- a/test/ELF/no-obj.s +++ b/test/ELF/no-obj.s @@ -1,5 +1,6 @@ // REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o +// RUN: rm -f %t.a // RUN: llvm-ar rcs %t.a %t.o // RUN: not ld.lld -o /dev/null -u _start %t.a 2>&1 | FileCheck %s |
