This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [MinGW] Ignore the --start-group --end-group parameters
ClosedPublic

Authored by mstorsjo on Feb 26 2018, 2:10 PM.

Details

Summary

These are required for handling circular dependencies between static libraries, which is something that lld-link always does without any extra parameters.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Feb 26 2018, 2:10 PM
ruiu accepted this revision.Feb 26 2018, 2:12 PM

LGTM

This revision is now accepted and ready to land.Feb 26 2018, 2:12 PM
This revision was automatically updated to reflect the committed changes.