diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-05-02 15:16:43 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-05-02 15:16:43 +0000 |
| commit | 2076567be41d7dd206e2022c0a2b77e0828c42d3 (patch) | |
| tree | 2b3aa85015c73cf164b74d248467e293430f3c72 | |
| parent | b193fe943f56db304b0fca48a5478afa9deac68c (diff) | |
| download | bcm5719-llvm-2076567be41d7dd206e2022c0a2b77e0828c42d3.tar.gz bcm5719-llvm-2076567be41d7dd206e2022c0a2b77e0828c42d3.zip | |
Force llvm-ar to use the gnu format.
Should fix the bots. Otherwise we try to create a thin bsd anchive.
llvm-svn: 268240
| -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 |

