This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [MinGW] Handle --large-address-aware
ClosedPublic

Authored by mstorsjo on Nov 14 2017, 3:36 AM.

Details

Summary

In GNU ld, this option is only available on i386, not on x86_64 (where it's enabled by default with no option to disable it either).

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Nov 14 2017, 3:36 AM
mstorsjo retitled this revision from [MinGW] Handle --large-address-aware to [LLD] [MinGW] Handle --large-address-aware.
rnk accepted this revision.Nov 14 2017, 12:57 PM

lgtm

This revision is now accepted and ready to land.Nov 14 2017, 12:57 PM
ruiu accepted this revision.Nov 14 2017, 11:23 PM

LGTM

This revision was automatically updated to reflect the committed changes.