[llvm-dlltool] [test] Remove superfluous --coff-exports option to llvm-readobj. NFC.
authorMartin Storsjö <martin@martin.st>
Mon, 14 Jun 2021 10:25:28 +0000 (13:25 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 17 Jun 2021 10:02:34 +0000 (13:02 +0300)
The --coff-exports option to llvm-readobj prints the exported symbols
from a DLL/EXE, it doesn't do anything with regards to an import
library.

Differential Revision: https://reviews.llvm.org/D104214

llvm/test/tools/llvm-dlltool/coff-exports.def

index 743c655..df7f082 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-dlltool -m i386:x86-64 --input-def %s --output-lib %t.a
-; RUN: llvm-readobj --coff-exports %t.a | FileCheck %s
+; RUN: llvm-readobj %t.a | FileCheck %s
 ; RUN: llvm-dlltool -m arm64 --input-def %s --output-lib %t.a
-; RUN: llvm-readobj --coff-exports %t.a | FileCheck %s
+; RUN: llvm-readobj %t.a | FileCheck %s
 
 LIBRARY test.dll
 EXPORTS