summaryrefslogtreecommitdiff
path: root/test/ELF/version-exclude-libs.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/version-exclude-libs.s')
-rw-r--r--test/ELF/version-exclude-libs.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/version-exclude-libs.s b/test/ELF/version-exclude-libs.s
index 7335c2315ebac..a25a08f14b6fc 100644
--- a/test/ELF/version-exclude-libs.s
+++ b/test/ELF/version-exclude-libs.s
@@ -1,5 +1,6 @@
// REQUIRES: x86
// RUN: llvm-mc %p/Inputs/versiondef.s -o %t.o -filetype=obj -triple=x86_64-pc-linux
+// RUN: rm -f %t.a
// RUN: llvm-ar -r %t.a %t.o
// RUN: llvm-mc %s -o %t2.o -filetype=obj -triple=x86_64-pc-linux
// RUN: ld.lld %t2.o %t.a --shared --exclude-libs ALL -o %t.so