diff options
Diffstat (limited to 'test/ELF/tls-weak-undef.s')
-rw-r--r-- | test/ELF/tls-weak-undef.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/tls-weak-undef.s b/test/ELF/tls-weak-undef.s index 7aa6ef13a2af4..1023aebbc2582 100644 --- a/test/ELF/tls-weak-undef.s +++ b/test/ELF/tls-weak-undef.s @@ -4,6 +4,7 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux \ // RUN: %p/Inputs/tls-in-archive.s -o %t1.o +// RUN: rm -f %t.a // RUN: llvm-ar cru %t.a %t1.o // RUN: ld.lld %t.o %t.a -o %t |