This is an archive of the discontinued LLVM Phabricator instance.

Add /reproduce option to lld/COFF
ClosedPublic

Authored by ruiu on Oct 3 2019, 2:29 AM.

Details

Summary

This patch adds /reproduce:<path> option to lld/COFF. This is an
lld-specific option, so we can name it freely. I chose /reproduce
over other names (e.g. /lldlinkrepro) for consistency with other lld
ports.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Oct 3 2019, 2:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2019, 2:29 AM
mstorsjo accepted this revision.Oct 4 2019, 12:14 AM
mstorsjo added a subscriber: mstorsjo.

LGTM

This revision is now accepted and ready to land.Oct 4 2019, 12:14 AM
This revision was automatically updated to reflect the committed changes.