This is an archive of the discontinued LLVM Phabricator instance.

LLD: COFF: Move inferMachineType from Writer to Driver
AcceptedPublic

Authored by ruiu on Jul 7 2015, 11:29 AM.

Details

Reviewers
pcc
Summary

This is very similar to subsystem inference, so it's good to have
these functions in the same file.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 29197.Jul 7 2015, 11:29 AM
ruiu retitled this revision from to LLD: COFF: Move inferMachineType from Writer to Driver.
ruiu updated this object.
ruiu added a reviewer: pcc.
ruiu added a subscriber: llvm-commits.
pcc accepted this revision.Jul 7 2015, 11:36 AM
pcc edited edge metadata.

LGTM with nits.

COFF/Driver.cpp
239

Preserve the TODO about diagnosing conflicts?

636

Typo: given

This revision is now accepted and ready to land.Jul 7 2015, 11:36 AM

Looks like this patch was abandoned in favor of rL241647.