[PATCH] D104214: [llvm-dlltool] [test] Remove superfluous --coff-exports option to llvm-readobj. NFC.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 03:03:01 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG08be746728d7: [llvm-dlltool] [test] Remove superfluous --coff-exports option to llvm-readobj. (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104214/new/

https://reviews.llvm.org/D104214

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


Index: llvm/test/tools/llvm-dlltool/coff-exports.def
===================================================================
--- llvm/test/tools/llvm-dlltool/coff-exports.def
+++ llvm/test/tools/llvm-dlltool/coff-exports.def
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104214.352661.patch
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/604d3234/attachment.bin>


More information about the llvm-commits mailing list