summaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/lazy-symbols.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/lazy-symbols.test')
-rw-r--r--test/ELF/linkerscript/lazy-symbols.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/linkerscript/lazy-symbols.test b/test/ELF/linkerscript/lazy-symbols.test
index 579df93238658..f409b839c4dd8 100644
--- a/test/ELF/linkerscript/lazy-symbols.test
+++ b/test/ELF/linkerscript/lazy-symbols.test
@@ -1,5 +1,6 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/lazy-symbols.s -o %t1
+# RUN: rm -f %tar
# RUN: llvm-ar rcs %tar %t1
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t2
# RUN: ld.lld %t2 %tar --script %s -o %tout