[llvm-ar] Be explicit about archive format in coff-symtab.test tests. (#85112)
Fixes test failures on AIX after #82898.
This commit is contained in:
parent
0bb30f9896
commit
c41966161f
@ -16,7 +16,7 @@ RUN: llvm-nm --print-armap out3.a | FileCheck %s
|
||||
|
||||
Create an empty archive with no symbol map, add a COFF file to it and check that the output archive is a COFF archive.
|
||||
|
||||
RUN: llvm-ar rcS out4.a
|
||||
RUN: llvm-ar --format coff rcS out4.a
|
||||
RUN: llvm-ar rs out4.a coff-symtab.obj
|
||||
RUN: llvm-nm --print-armap out4.a | FileCheck %s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user