diff options
-rw-r--r-- | lld/test/ELF/reproduce-thin-archive.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/reproduce-thin-archive.s b/lld/test/ELF/reproduce-thin-archive.s index cf340cb49a3..85add3b6ad8 100644 --- a/lld/test/ELF/reproduce-thin-archive.s +++ b/lld/test/ELF/reproduce-thin-archive.s @@ -4,7 +4,7 @@ # RUN: mkdir -p %t.dir # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.dir/foo.o # RUN: cd %t.dir -# RUN: llvm-ar rcT foo.a foo.o +# RUN: llvm-ar --format=gnu rcT foo.a foo.o # RUN: ld.lld -m elf_x86_64 foo.a -o bar --reproduce repro # RUN: diff foo.a repro/%:t.dir/foo.a # RUN: diff foo.o repro/%:t.dir/foo.o |