This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [MinGW] Support both "--opt value" and "--opt=value" for more options
ClosedPublic

Authored by mstorsjo on Aug 2 2021, 1:46 AM.

Details

Summary

This does the same fix as D107237 but for a couple more options,
converting all remaining cases of such options to accept both
forms, for consistency. This fixes building e.g. openldap, which
uses --image-base=<value>.

Diff Detail

Event Timeline

mstorsjo created this revision.Aug 2 2021, 1:46 AM
mstorsjo requested review of this revision.Aug 2 2021, 1:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2021, 1:46 AM
mati865 accepted this revision.Aug 2 2021, 4:01 PM

LGTM

This revision is now accepted and ready to land.Aug 2 2021, 4:01 PM
This revision was landed with ongoing or failed builds.Aug 3 2021, 12:56 AM
This revision was automatically updated to reflect the committed changes.