We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb30f9 commit c419661Copy full SHA for c419661
llvm/test/tools/llvm-ar/coff-symtab.test
@@ -16,7 +16,7 @@ RUN: llvm-nm --print-armap out3.a | FileCheck %s
16
17
Create an empty archive with no symbol map, add a COFF file to it and check that the output archive is a COFF archive.
18
19
-RUN: llvm-ar rcS out4.a
+RUN: llvm-ar --format coff rcS out4.a
20
RUN: llvm-ar rs out4.a coff-symtab.obj
21
RUN: llvm-nm --print-armap out4.a | FileCheck %s
22
0 commit comments