aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object/nm-archive.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/Object/nm-archive.test')
-rw-r--r--test/Object/nm-archive.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Object/nm-archive.test b/test/Object/nm-archive.test
index 2d96b73..e35b4d4 100644
--- a/test/Object/nm-archive.test
+++ b/test/Object/nm-archive.test
@@ -1,6 +1,7 @@
RUN: llvm-nm %p/Inputs/archive-test.a-coff-i386 \
RUN: | FileCheck %s -check-prefix COFF
RUN: llvm-as %p/Inputs/trivial.ll -o=%t1
+RUN: rm -f %t2
RUN: llvm-ar rcs %t2 %t1
RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE