[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:
Jacek Caban 2024-03-13 18:56:46 +01:00 committed by GitHub
parent 0bb30f9896
commit c41966161f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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