diff options
Diffstat (limited to 'test/ELF/conflict.s')
-rw-r--r-- | test/ELF/conflict.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/conflict.s b/test/ELF/conflict.s index cbe1b5b8845a..6cfb8f557ad3 100644 --- a/test/ELF/conflict.s +++ b/test/ELF/conflict.s @@ -26,6 +26,7 @@ # RUN: FileCheck -check-prefix=DEMANGLE %s # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/conflict.s -o %t2.o +# RUN: rm -f %t3.a # RUN: llvm-ar rcs %t3.a %t2.o # RUN: not ld.lld %t1.o %t3.a -u baz -o %t2 2>&1 | FileCheck -check-prefix=ARCHIVE %s |