This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dlltool] [test] Remove superfluous --coff-exports option to llvm-readobj. NFC.
ClosedPublic

Authored by mstorsjo on Jun 14 2021, 3:41 AM.

Details

Summary

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.

Diff Detail

Event Timeline

mstorsjo created this revision.Jun 14 2021, 3:41 AM
mstorsjo requested review of this revision.Jun 14 2021, 3:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2021, 3:41 AM
mati865 accepted this revision.Jun 14 2021, 2:53 PM

LGTM

This revision is now accepted and ready to land.Jun 14 2021, 2:53 PM