Skip to content

Commit c419661

Browse files
authored
[llvm-ar] Be explicit about archive format in coff-symtab.test tests. (llvm#85112)
Fixes test failures on AIX after llvm#82898.
1 parent 0bb30f9 commit c419661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-ar/coff-symtab.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN: llvm-nm --print-armap out3.a | FileCheck %s
1616

1717
Create an empty archive with no symbol map, add a COFF file to it and check that the output archive is a COFF archive.
1818

19-
RUN: llvm-ar rcS out4.a
19+
RUN: llvm-ar --format coff rcS out4.a
2020
RUN: llvm-ar rs out4.a coff-symtab.obj
2121
RUN: llvm-nm --print-armap out4.a | FileCheck %s
2222

0 commit comments

Comments
 (0)